1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-04-23 16:37:06 +02:00
parent 57df2e6832
commit 1695e33f9e
3 changed files with 13 additions and 16 deletions

View file

@ -32,7 +32,6 @@
//! let html = article.get_doc_content();
//! ```
mod article;
pub mod clean;
mod constants;
@ -68,7 +67,6 @@ pub struct ArticleScraper {
}
impl ArticleScraper {
/// Crate a new ArticleScraper
///
/// # Arguments
@ -82,7 +80,6 @@ impl ArticleScraper {
}
}
/// Download & extract content of a website
///
/// # Arguments