immortuos: remember=1 -> on and other updates

This commit is contained in:
Garfield69 2019-11-11 18:21:09 +13:00
parent be550f803c
commit a74f2c5b78
1 changed files with 4 additions and 4 deletions

View File

@ -31,17 +31,17 @@
inputs: inputs:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
remember: 1 remember: on
error: error:
- selector: script[nonce]:contains("Error") - selector: script[nonce]:contains("Error")
message: message:
selector: script[nonce]:contains("Error") selector: script[nonce]:contains("Error")
test: test:
path: torrents path: /
selector: a[href$="/logout"] selector: a[href$="/logout"]
ratio: ratio:
path: torrents path: /
selector: li:has(i.fa-sync-alt) selector: li:has(i.fa-sync-alt)
filters: filters:
- name: regexp - name: regexp
@ -99,7 +99,7 @@
selector: td:nth-last-child(1) selector: td:nth-last-child(1)
filters: filters:
- name: regexp - name: regexp
args: ([\d\.]+) args: (\d+)
imdb: imdb:
optional: true optional: true
selector: a[href*="www.imdb.com/title/tt"] selector: a[href*="www.imdb.com/title/tt"]