mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
rustorka: switch to cookie login. resolves #13515
This commit is contained in:
parent
620a2ab5a3
commit
fc1a4e963a
1 changed files with 7 additions and 14 deletions
|
@ -4,7 +4,7 @@ name: Rustorka
|
||||||
description: "Rustorka is a RUSSIAN Semi-Private Torrent Tracker for TV / MOVIES / GENERAL"
|
description: "Rustorka is a RUSSIAN Semi-Private Torrent Tracker for TV / MOVIES / GENERAL"
|
||||||
language: ru-RU
|
language: ru-RU
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: windows-1251
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://rustorka.com/
|
- https://rustorka.com/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
|
@ -779,12 +779,11 @@ caps:
|
||||||
book-search: [q]
|
book-search: [q]
|
||||||
|
|
||||||
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
|
||||||
|
@ -815,15 +814,9 @@ settings:
|
||||||
1: asc
|
1: asc
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: forum/login.php
|
method: cookie
|
||||||
method: post
|
|
||||||
inputs:
|
inputs:
|
||||||
login_username: "{{ .Config.username }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
login_password: "{{ .Config.password }}"
|
|
||||||
autologin: 1
|
|
||||||
login: Вход
|
|
||||||
error:
|
|
||||||
- selector: h4.warnColor1.mrg_16
|
|
||||||
test:
|
test:
|
||||||
path: forum/index.php
|
path: forum/index.php
|
||||||
selector: a[href="./login.php?logout=1"]
|
selector: a[href="./login.php?logout=1"]
|
||||||
|
|
Loading…
Reference in a new issue