mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
port failure -> thiserror
This commit is contained in:
parent
d906f6b7fe
commit
27be5a3204
11 changed files with 137 additions and 366 deletions
|
@ -6,7 +6,7 @@ mod readability;
|
|||
mod util;
|
||||
|
||||
use article::Article;
|
||||
use error::{ScraperError, ScraperErrorKind};
|
||||
use error::ScraperError;
|
||||
use full_text_parser::FullTextParser;
|
||||
use images::ImageDownloader;
|
||||
use readability::Readability;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue