From 706022a25bbadf91ad37caacb099ec78feb8f082 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 17 Aug 2024 14:33:05 +1200 Subject: [PATCH] noname-clubl: switch to cookie method. resolves #15541 --- .../Definitions/noname-clubl.yml | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/Jackett.Common/Definitions/noname-clubl.yml b/src/Jackett.Common/Definitions/noname-clubl.yml index 338986b77..bf0c6dcf0 100644 --- a/src/Jackett.Common/Definitions/noname-clubl.yml +++ b/src/Jackett.Common/Definitions/noname-clubl.yml @@ -727,12 +727,11 @@ caps: allowrawsearch: true 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 @@ -767,16 +766,7 @@ settings: default: This Indexer requires specific columns to be active on your account search settings.
Login to the web site and ensure that only the Автор (Author) and Форум (Forum) checkboxes are ticked in the Показывать колонку (Show Columns) section of the Настройки поиска Torrent (Torrent Search Settings) page.
Having other columns active may prevent the Indexer processing/displaying results correctly. login: - path: forum/login.php - method: form - form: form#loginFrm - inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - autologin: 1 - redirect: index.php - error: - - selector: span.gen:contains("Вы ввели") + method: cookie test: path: forum/index.php selector: table.menutable a.mainmenu:contains("Выход")