新增 [TorrentGalaxy]、[LimeTorrents] 支持; 补充 [番组计划] 其他域名

This commit is contained in:
xiu2
2022-03-31 19:59:52 +08:00
parent 8413f78eae
commit ffa5344f3f
+22 -2
View File
@@ -665,7 +665,7 @@
}
},
"番组计划": {
"host": "bangumi.tv",
"host": ["bgm.tv","bangumi.tv"],
"url": "/\\/(browser|subject_search|tag)/",
"pager": {
"nextL": "//div[@class='page_inner']/a[text()='››']",
@@ -674,7 +674,7 @@
}
},
"番组计划 - 小组帖子列表": {
"host": "bangumi.tv",
"host": ["bgm.tv","bangumi.tv"],
"url": "/\\/forum/",
"pager": {
"nextL": "//div[@class='page_inner']/a[text()='››']",
@@ -2362,6 +2362,26 @@
"replaceE": ".pages"
}
},
"TorrentGalaxy.": {
"host": "torrentgalaxy.to",
"url": "/^\\/torrents\\.php/",
"blank": 3,
"pager": {
"nextL": "li.page-item.active+li.page-item>a",
"pageE": ".tgxtable",
"replaceE": ".pagination"
}
},
"LimeTorrents": {
"host": "/^www\\.limetorrents\\./",
"url": "return (document.title.indexOf('LimeTorrents') > -1 && (fun.indexOF('/search/') || fun.indexOF('/browse-torrents')))",
"blank": 3,
"pager": {
"nextL": "a#next",
"pageE": "table.table2>tbody>tr:not(:first-of-type)",
"replaceE": ".search_stat"
}
},
"WebHD": {
"host": "webhd.cc",
"url": "return (fun.lp() == '/' || fun.indexOF('/list/new'))",