diff --git a/src/Jackett.Common/Definitions/order66.yml b/src/Jackett.Common/Definitions/order66.yml index 20fb3f363..5fc852028 100644 --- a/src/Jackett.Common/Definitions/order66.yml +++ b/src/Jackett.Common/Definitions/order66.yml @@ -41,14 +41,11 @@ caps: music-search: [q] settings: - - name: username + - name: cookie type: text - label: Username - - name: password - type: password - label: Password - - name: info_flaresolverr - type: info_flaresolverr + label: Cookie + - name: info_cookie + type: info_cookie - name: freeleech type: checkbox label: Filter freeleech only @@ -75,15 +72,10 @@ settings: default: "If you are getting 0 results then access the site with your browser and mark as read all PMs." login: - path: account-login.php - method: post + # using cookie method because login page has embedded Cloudflare turnstile + method: cookie inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - error: - - selector: div.lp-alert:contains("incorrect") - message: - text: "The specified username or password was incorrect." + cookie: "{{ .Config.cookie }}" test: path: index.php selector: a[href="account-logout.php"]