From 1f9029777987a7153140307edaa76c6aa844cf21 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 4 Mar 2022 22:31:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[YTS]=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) 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/'))",