From edc1ee47618d82600b32fda8973bdb30db4801b1 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 30 Sep 2019 00:41:09 +1300 Subject: [PATCH] asiancinema: update for unit3d 1.9.3 --- .../Definitions/asiancinema.yml | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/Jackett.Common/Definitions/asiancinema.yml b/src/Jackett.Common/Definitions/asiancinema.yml index cf95cfa86..8e4132ad4 100644 --- a/src/Jackett.Common/Definitions/asiancinema.yml +++ b/src/Jackett.Common/Definitions/asiancinema.yml @@ -27,7 +27,9 @@ password: "{{ .Config.password }}" remember: 1 error: - - selector: div.has-error + - selector: script[nonce]:contains("Error") + message: + selector: script[nonce]:contains("Error") test: path: torrents selector: a[href$="/logout"] @@ -54,8 +56,8 @@ tvdb: "" tmdb: "" mal: "" - sort: "created_at" - direction: "desc" + sort: created_at + direction: desc qty: 100 rows: selector: table > tbody > tr @@ -81,14 +83,17 @@ filters: - name: replace args: ["https://via.placeholder.com/600x900", ""] + comments: + selector: a[href*="#comments"] + attribute: href size: - selector: td:nth-child(5) + selector: td:nth-last-child(4) seeders: - selector: td:nth-child(6) + selector: td:nth-last-child(3) leechers: - selector: td:nth-child(7) + selector: td:nth-last-child(2) grabs: - selector: td:nth-child(8) + selector: td:nth-last-child(1) filters: - name: regexp args: ([\d\.]+) @@ -137,4 +142,4 @@ "i[data-original-title=\"Global Double Upload\"]": "2" # Global Double Upload "i[data-original-title=\"Featured\"]": "2" # Featured Torrent "*": "1" -# UNIT3D 1.9.2 +# UNIT3D 1.9.3