1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +02:00

Make Article public

This commit is contained in:
Leonardo Fedalto 2023-08-01 21:39:48 +02:00
parent 7a4f5c500d
commit 3211b91bad

View file

@ -45,7 +45,7 @@ mod util;
mod video_object;
use crate::images::Progress;
use article::Article;
pub use article::Article;
use error::ScraperError;
#[doc(hidden)]
pub use full_text_parser::config::ConfigEntry as FtrConfigEntry;