mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 00:19:59 +02:00
fmt
This commit is contained in:
parent
57df2e6832
commit
1695e33f9e
3 changed files with 13 additions and 16 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue