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