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"
|
||||
language: ru-RU
|
||||
type: semi-private
|
||||
encoding: windows-1251
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://rustorka.com/
|
||||
legacylinks:
|
||||
|
@ -779,12 +779,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: stripcyrillic
|
||||
type: checkbox
|
||||
label: Strip Cyrillic Letters
|
||||
|
@ -815,15 +814,9 @@ settings:
|
|||
1: asc
|
||||
|
||||
login:
|
||||
path: forum/login.php
|
||||
method: post
|
||||
method: cookie
|
||||
inputs:
|
||||
login_username: "{{ .Config.username }}"
|
||||
login_password: "{{ .Config.password }}"
|
||||
autologin: 1
|
||||
login: Вход
|
||||
error:
|
||||
- selector: h4.warnColor1.mrg_16
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
test:
|
||||
path: forum/index.php
|
||||
selector: a[href="./login.php?logout=1"]
|
||||
|
|
Loading…
Reference in a new issue