mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
noname-clubl: switch to cookie method. resolves #15541
This commit is contained in:
parent
d5740c54b7
commit
706022a25b
1 changed files with 5 additions and 15 deletions
|
@ -727,12 +727,11 @@ caps:
|
||||||
allowrawsearch: true
|
allowrawsearch: true
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: cookie
|
||||||
type: text
|
type: text
|
||||||
label: Username
|
label: Cookie
|
||||||
- name: password
|
- name: info_cookie
|
||||||
type: password
|
type: info_cookie
|
||||||
label: Password
|
|
||||||
- name: stripcyrillic
|
- name: stripcyrillic
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Strip Cyrillic Letters
|
label: Strip Cyrillic Letters
|
||||||
|
@ -767,16 +766,7 @@ settings:
|
||||||
default: This Indexer requires specific columns to be active on your account search settings.<br>Login to the web site and ensure that only the <b>Автор</b> (Author) and <b>Форум</b> (Forum) checkboxes are ticked in the <b>Показывать колонку</b> (Show Columns) section of the <b>Настройки поиска Torrent</b> (Torrent Search Settings) page.<br>Having other columns active may prevent the Indexer processing/displaying results correctly.
|
default: This Indexer requires specific columns to be active on your account search settings.<br>Login to the web site and ensure that only the <b>Автор</b> (Author) and <b>Форум</b> (Forum) checkboxes are ticked in the <b>Показывать колонку</b> (Show Columns) section of the <b>Настройки поиска Torrent</b> (Torrent Search Settings) page.<br>Having other columns active may prevent the Indexer processing/displaying results correctly.
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: forum/login.php
|
method: cookie
|
||||||
method: form
|
|
||||||
form: form#loginFrm
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
autologin: 1
|
|
||||||
redirect: index.php
|
|
||||||
error:
|
|
||||||
- selector: span.gen:contains("Вы ввели")
|
|
||||||
test:
|
test:
|
||||||
path: forum/index.php
|
path: forum/index.php
|
||||||
selector: table.menutable a.mainmenu:contains("Выход")
|
selector: table.menutable a.mainmenu:contains("Выход")
|
||||||
|
|
Loading…
Add table
Reference in a new issue