新增 [DirtyWarez]、[Torrenting] 支持

This commit is contained in:
xiu2
2023-06-02 21:34:44 +08:00
parent 6c54ad8a1a
commit 3b2f3bfb1b
+18
View File
@@ -2690,6 +2690,24 @@
"replaceE": ".search_stat"
}
},
"DirtyWarez": {
"host": "forum.dirtywarez.com",
"url": "/^\\/forums\\//",
"blank": 3,
"pager": {
"nextL": "//a[@class='text'][contains(text(),'>')]",
"pageE": "li.discussionListItem"
}
},
"Torrenting": {
"host": "torrenting.com",
"url": "/^\\/t($|\\?)/",
"blank": 4,
"pager": {
"nextL": ".page_nav>b+a",
"pageE": ".torrentsTableTr"
}
},
"CGpeers": {
"host": "cgpeers.to",
"url": "return (fun.lp() == '/torrents.php')",