Adding more skytorrents sections.

This commit is contained in:
Dessalines 2018-12-20 16:23:10 -08:00
parent 5d907be170
commit ad53b489aa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ fn skytorrents() {
pages.push(page); 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 c_type in types.iter() {
for i in 1..page_limit { for i in 1..page_limit {
let page = format!("{}/top100?type={}&page={}", base_url, c_type, i); let page = format!("{}/top100?type={}&page={}", base_url, c_type, i);