1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 10:48:26 +00:00

polskie-torrenty: switch to cookie. #15835

This commit is contained in:
Garfield69 2025-01-31 16:27:19 +13:00
parent 544c71884e
commit f8526ff228

View file

@ -106,12 +106,11 @@ caps:
book-search: [q]
settings:
- name: username
- name: cookie
type: text
label: Username
- name: password
type: password
label: Password
label: Cookie
- name: info_cookie
type: info_cookie
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name
@ -125,15 +124,9 @@ settings:
MULTi POLISH: MULTi POLISH
login:
path: login.php
method: form
form: form[name="login"]
method: cookie
inputs:
uid: "{{ .Config.username }}"
pwd: "{{ .Config.password }}"
keeplogged: 1
error:
- selector: font[color="#FF0000"]
cookie: "{{ .Config.cookie }}"
test:
path: index.php
selector: a[href="logout.php"]