Skip to content

Commit 4cc3c28

Browse files
committed
新增 [Knaben]、[EXT Torrents] 支持
1 parent dbd2dd9 commit 4cc3c28

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

other/Autopage/rules.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,15 +2866,6 @@
28662866
"pageE": ".download>tbody>tr:not(:nth-last-child(-n+2))"
28672867
}
28682868
},
2869-
"Knaben": {
2870-
"host": "knaben.eu",
2871-
"url": "/^\\/(search|browse)\\//",
2872-
"blank": 3,
2873-
"pager": {
2874-
"nextL": "#nextPage",
2875-
"pageE": "tbody>tr"
2876-
}
2877-
},
28782869
"idope": {
28792870
"host": "/^idope\\..+/",
28802871
"url": "/^\\/torrent-list\\//",
@@ -2924,6 +2915,25 @@
29242915
"replaceE": ".search_stat"
29252916
}
29262917
},
2918+
"EXT Torrents": {
2919+
"host": "ext.to",
2920+
"url": "/^\\/browse\\//",
2921+
"blank": 3,
2922+
"pager": {
2923+
"nextL": ".pages>li.active+li>a",
2924+
"pageE": ".found-content-block table>tbody>tr",
2925+
"replaceE": ".pages"
2926+
}
2927+
},
2928+
"Knaben": {
2929+
"host": "knaben.org",
2930+
"url": "/^\\/(search|browse)\\//",
2931+
"pager": {
2932+
"nextL": "#nextPage",
2933+
"pageE": ".table.caption-top>tbody>tr",
2934+
"replaceE": ".pageNumbers"
2935+
}
2936+
},
29272937
"BTDig": {
29282938
"host": "btdig.com",
29292939
"url": "/^\\/search/",

0 commit comments

Comments
 (0)