mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
Merge branch 'make-article-public' into 'master'
Make `Article` public See merge request news-flash/article_scraper!9
This commit is contained in:
commit
9c857a1481
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue