mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
Make Article
public
This commit is contained in:
parent
7a4f5c500d
commit
3211b91bad
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ mod util;
|
||||||
mod video_object;
|
mod video_object;
|
||||||
|
|
||||||
use crate::images::Progress;
|
use crate::images::Progress;
|
||||||
use article::Article;
|
pub use article::Article;
|
||||||
use error::ScraperError;
|
use error::ScraperError;
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
pub use full_text_parser::config::ConfigEntry as FtrConfigEntry;
|
pub use full_text_parser::config::ConfigEntry as FtrConfigEntry;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue