asiancinema: upgraded to unit3d 2.2.7 resolves #8134

This commit is contained in:
Garfield69 2020-04-12 07:06:45 +12:00
parent f355db6788
commit f7b60376af
1 changed files with 6 additions and 11 deletions

View File

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