Skip to content

Commit

Permalink
新增 [MagnetDL]、[Knaben]、[idope] 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Jun 22, 2024
1 parent 1e9f9c5 commit 15329a6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,33 @@
"pageE": ".movie-grid>*,.search-result"
}
},
"MagnetDL": {
"host": "www.magnetdl.com",
"url": "return fun.isPager()",
"blank": 3,
"pager": {
"nextL": "id('pages')/a[contains(text(),'>')]",
"pageE": ".download>tbody>tr:not(:nth-last-child(-n+2))"
}
},
"Knaben": {
"host": "knaben.eu",
"url": "/^\\/(search|browse)\\//",
"blank": 3,
"pager": {
"nextL": "#nextPage",
"pageE": "tbody>tr"
}
},
"idope": {
"host": "/^idope\\..+/",
"url": "/^\\/torrent-list\\//",
"pager": {
"nextL": "js; return fun.getNextEP('.page[style]+.page','p=', /p=\\d+/)",
"pageE": ".resultdiv",
"replaceE": "#div3"
}
},
"Kickass Torrents": {
"host": ["kickasss.to","katcr.to"],
"url": "return (fun.lp() != '/' && !fun.indexOF('.html') && !fun.indexOF('/popular'))",
Expand Down

0 comments on commit 15329a6

Please sign in to comment.