Skip to content

Commit

Permalink
jackett indexers as of ebd6b6b061707f7aecfad7ed0153c084a2545f90
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Oct 20, 2023
1 parent 28d05c3 commit 922b3cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion definitions/v7/crazyspirits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ download:
to: give
torrent: "{{ .DownloadUri.Query.id }}"
selectors:
- selector: "a[href^=\"/{{ .DownloadUri.Query.id }}/\"]"
- selector: a[href^="download.php?id="]
attribute: href

search:
Expand Down
8 changes: 4 additions & 4 deletions definitions/v9/emmidtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ search:
100%: 0 # freeleech
"*": 0 # catch errors
uploadvolumefactor:
# api returns 0=false, 1=true
# api returns False, True
selector: double_upload
case:
0: 1 # normal
1: 2 # double
# json UNIT3D 6.5.0
False: 1 # normal
True: 2 # double
# json UNIT3D 7.0.0
8 changes: 4 additions & 4 deletions definitions/v9/ntelogo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ search:
100%: 0 # freeleech
"*": 0 # catch errors
uploadvolumefactor:
# api returns 0=false, 1=true
# api returns False, True
selector: double_upload
case:
0: 1 # normal
1: 2 # double
False: 1 # normal
True: 2 # double
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.5.0
# json UNIT3D 7.0.0

0 comments on commit 922b3cb

Please sign in to comment.