1 2 3 4 5 6 7 8 9
pub mod download; pub mod input_handler; pub mod parser; pub mod print_handleing; pub mod scraper; pub mod utils; pub static URL: &str = "https://anitaku.pe/"; pub static BASE_URL: &str = "https://anitaku.pe/search.html?keyword=";