We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c611a commit 19603deCopy full SHA for 19603de
1 file changed
other/Autopage/rules.json
@@ -2677,6 +2677,16 @@
2677
"replaceE": ".search_stat"
2678
}
2679
},
2680
+ "BTDig": {
2681
+ "host": "btdig.com",
2682
+ "url": "/^\\/search/",
2683
+ "blank": 3,
2684
+ "pager": {
2685
+ "nextL": "//div[@style='display:table-cell;text-align:right']//a[contains(text(),'→')]",
2686
+ "pageE": "div[style='display:table;width:100%;text-align:left']>div",
2687
+ "replaceE": "div[style='display:table-cell;text-align:right']"
2688
+ }
2689
+ },
2690
"DirtyWarez": {
2691
"host": "forum.dirtywarez.com",
2692
"url": "/^\\/forums\\//",
0 commit comments