diff --git a/src/Jackett.Common/Definitions/asiancinema.yml b/src/Jackett.Common/Definitions/asiancinema.yml index ab2da12ae..0184c048c 100644 --- a/src/Jackett.Common/Definitions/asiancinema.yml +++ b/src/Jackett.Common/Definitions/asiancinema.yml @@ -56,9 +56,7 @@ selector: input[name="_token"] attribute: value error: - - selector: script[nonce]:contains("Error") - message: - selector: script[nonce]:contains("Error") + - selector: div#ERROR_COPY # test: # path: / # selector: a[href$="/logout"] @@ -70,13 +68,9 @@ - name: regexp args: "Ratio : (\\d+)" - download: - selector: a[href*="/download/"] - attribute: href - search: paths: - - path: filterTorrents + - path: torrents/filter inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" @@ -86,6 +80,7 @@ tvdb: "" tmdb: "" mal: "" + igdb: "" sorting: "{{ .Config.sort }}" sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" @@ -100,11 +95,11 @@ attribute: href filters: - name: regexp - args: "/categories/.*?\\.(\\d+)" + args: "/categories/(\\d+)" title: selector: a.view-torrent download: - selector: a[href*="/download_check/"] + selector: a[href*="/download/"] attribute: href details: selector: a.view-torrent @@ -184,4 +179,4 @@ i[class*="fa-globe text-green"]: 2 # Global Double Upload i[class*="fa-certificate text-pink"]: 2 # Featured Torrent "*": 1 -# UNIT3D 1.9.3 +# UNIT3D 2.2.7