mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
fixes
This commit is contained in:
parent
d8e3a75b01
commit
0834c4d72a
8 changed files with 3234 additions and 489 deletions
|
@ -40,7 +40,7 @@ impl FullTextParser {
|
|||
url: &url::Url,
|
||||
client: &Client,
|
||||
) -> Result<Article, FullTextParserError> {
|
||||
libxml::tree::node::set_node_rc_guard(3);
|
||||
libxml::tree::node::set_node_rc_guard(4);
|
||||
|
||||
info!("Scraping article: '{}'", url.as_str());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue