新增 [YTS] 支持

This commit is contained in:
xiu2
2022-03-04 22:31:46 +08:00
parent 2fef2df03b
commit 1f90297779
+21 -12
View File
@@ -2089,18 +2089,6 @@
"replaceE": ".wp-pagenavi"
}
},
"Nyaa": {
"host": [
"nyaa.si",
"sukebei.nyaa.si"
],
"pager": {
"nextL": "a[rel='next'], li.next > a",
"pageE": "table.torrent-list > tbody > tr",
"replaceE": "ul.pagination",
"scrollD": 2000
}
},
"SkrBT": {
"host": "/skrbt/",
"url": "return (fun.lp() == '/search')",
@@ -2115,6 +2103,27 @@
"scrollD": 900
}
},
"Nyaa": {
"host": [
"nyaa.si",
"sukebei.nyaa.si"
],
"pager": {
"nextL": "a[rel='next'], li.next > a",
"pageE": "table.torrent-list > tbody > tr",
"replaceE": "ul.pagination",
"scrollD": 2000
}
},
"YTS": {
"host": "yts.mx",
"url": "/^\\/browse-movies/",
"pager": {
"nextL": "//li/a[text()='Next »']",
"pageE": ".browse-movie-wrap",
"replaceE": ".tsc_pagination"
}
},
"1337x": {
"host": "/1337x\\./",
"url": "return (fun.indexOF('search/'))",