pub use url::Url; pub mod errors; mod tools; pub use tools::{Download, Downloader}; pub mod newspaper; // TODO: move to another crate pub mod newspapers; pub mod article_location; pub use article_location::ArticleLocation; mod consts;