desireleasers: add login form

and let cardigannindexer decide to show cookie login when recaptcha detected.
This commit is contained in:
Garfield69 2019-05-17 14:24:41 +12:00
parent 87a36e3621
commit 77832602bd
1 changed files with 7 additions and 12 deletions

View File

@ -20,20 +20,15 @@
tv-search: [q, season, ep, imdbid]
movie-search: [q, imdbid]
settings:
- name: cookie
type: text
label: Cookie
- name: info
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker in your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find 'cookie:' in the <b>Request Headers</b> section<li>Copy & paste the whole cookie string to here</ol>"
login:
method: cookie
path: login
method: form
inputs:
cookie: "{{ .Config.cookie }}"
test:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
remember: 1
error:
- selector: form[action$="/login"] span strong
test:
path: torrents
selector: a[href$="/logout"]