Adding more skytorrents sections.
This commit is contained in:
parent
5d907be170
commit
ad53b489aa
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue