diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 34ac2d7..bd12418 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2089,18 +2089,6 @@ "replaceE": ".wp-pagenavi" } }, - "Nyaa": { - "host": [ - "nyaa.si", - "sukebei.nyaa.si" - ], - "pager": { - "nextL": "a[rel='next'], li.next > a", - "pageE": "table.torrent-list > tbody > tr", - "replaceE": "ul.pagination", - "scrollD": 2000 - } - }, "SkrBT": { "host": "/skrbt/", "url": "return (fun.lp() == '/search')", @@ -2115,6 +2103,27 @@ "scrollD": 900 } }, + "Nyaa": { + "host": [ + "nyaa.si", + "sukebei.nyaa.si" + ], + "pager": { + "nextL": "a[rel='next'], li.next > a", + "pageE": "table.torrent-list > tbody > tr", + "replaceE": "ul.pagination", + "scrollD": 2000 + } + }, + "YTS": { + "host": "yts.mx", + "url": "/^\\/browse-movies/", + "pager": { + "nextL": "//li/a[text()='Next ยป']", + "pageE": ".browse-movie-wrap", + "replaceE": ".tsc_pagination" + } + }, "1337x": { "host": "/1337x\\./", "url": "return (fun.indexOF('search/'))",