diff --git a/new_torrents_fetcher/src/main.rs b/new_torrents_fetcher/src/main.rs index e0bc91b..cd01338 100644 --- a/new_torrents_fetcher/src/main.rs +++ b/new_torrents_fetcher/src/main.rs @@ -32,7 +32,7 @@ fn skytorrents() { pages.push(page); } - let types = ["video", "audio", "games", "software", "doc", "ebook", "yify", "epub"]; + let types = ["video", "audio", "games", "software", "doc", "ebook", "yify", "epub", "xxx", "show", "album", "1080", ]; for c_type in types.iter() { for i in 1..page_limit { let page = format!("{}/top100?type={}&page={}", base_url, c_type, i);