mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +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();
|
||||
//! ```
|
||||
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue