Skip to content

Commit

Permalink
jackett indexers as of 7924cf9d13a011d6d2377d3aeca4fa37b3f38c79 [2025…
Browse files Browse the repository at this point in the history
…-02-23T10:25:58Z]

Fixes #523
Fixes #522
  • Loading branch information
ServarrAdmin committed Feb 23, 2025
1 parent 1f2aa55 commit ffbafaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions definitions/v10/myspleen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@ caps:
search: [q]
tv-search: [q, season, ep]

settings:
- name: cookie
type: text
label: Cookie
- name: info_cookie
type: info_cookie

login:
path: takelogin.php
method: post
# using cookie method because login page has embedded Clouflare turnstile
method: cookie
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
returnto: /
error:
- selector: div#content:has(h3:contains("Login Failed"))
cookie: "{{ .Config.cookie }}"
test:
path: browse.php
selector: span.key:contains("Ratio") + span.value
Expand Down
6 changes: 3 additions & 3 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://22feb.rudub.online/
- https://23feb.rudub.online/
legacylinks:
- http://07feb.rudub.online/
- https://07feb.rudub.online/
- http://08feb.rudub.online/
- https://08feb.rudub.online/
- http://09feb.rudub.online/
Expand Down Expand Up @@ -42,6 +40,8 @@ legacylinks:
- http://21feb.rudub.online/
- https://21feb.rudub.online/
- http://22feb.rudub.online/
- https://22feb.rudub.online/
- http://23feb.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit ffbafaa

Please sign in to comment.