新增 [TorrentDownloads] 支持

This commit is contained in:
xiu2
2025-12-30 20:37:28 +08:00
parent d926009cb0
commit 3242b2489b
+10
View File
@@ -2829,6 +2829,16 @@
"replaceE": ".pagination"
}
},
"TorrentDownloads": {
"host": "www.torrentdownloads.pro",
"url": "return fun.isPager('r')",
"blank": 3,
"pager": {
"nextL": "//div[@class='pagination_box']//a[text()='>>']",
"pageE": ".inner_container>.grey_bar3",
"replaceE": ".pagination_box"
}
},
"LimeTorrents": {
"host": "/^www\\.limetorrents\\./",
"url": "return (fun.isTitle('LimeTorrents') && (fun.indexOF('/search/') || fun.indexOF('/browse-torrents')))",