anidl 3.0.6

A simple anime downloader that uses GoGoAnime as a source
Documentation
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=";