1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 00:19:59 +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(); //! let html = article.get_doc_content();
//! ``` //! ```
mod article; mod article;
pub mod clean; pub mod clean;
mod constants; mod constants;
@ -68,7 +67,6 @@ pub struct ArticleScraper {
} }
impl ArticleScraper { impl ArticleScraper {
/// Crate a new ArticleScraper /// Crate a new ArticleScraper
/// ///
/// # Arguments /// # Arguments
@ -82,7 +80,6 @@ impl ArticleScraper {
} }
} }
/// Download & extract content of a website /// Download & extract content of a website
/// ///
/// # Arguments /// # Arguments