Skip to content

Commit

Permalink
jackett indexers as of 09a67a50f8067ea1de7b0722111cede546aab125
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Nov 18, 2023
1 parent 3896162 commit 033505d
Show file tree
Hide file tree
Showing 10 changed files with 199 additions and 178 deletions.
2 changes: 1 addition & 1 deletion definitions/v7/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 3 x 24 x 60 x 60)
text: 432000
# json UNIT3D 7.0.0
# json UNIT3D 7.1.0b
2 changes: 1 addition & 1 deletion definitions/v7/blutopia-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 7.0.0b
# json UNIT3D 7.1.0b
2 changes: 2 additions & 0 deletions definitions/v7/torrentleech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ search:
# remove dashes at the beginning of keywords as they exclude search strings (see issue #3096)
- name: re_replace
args: ["(^|\\s)-", " "]
- name: append
args: "{{ if .Config.exclude_archives }} -tags:rar{{ else }}{{ end }}"
rows:
selector: torrentList
count:
Expand Down
5 changes: 2 additions & 3 deletions definitions/v7/torrentqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq282.com/
- https://torrentqq283.com/
legacylinks:
- https://torrentqq266.com/
- https://torrentqq267.com/
- https://torrentqq268.com/
- https://torrentqq269.com/
- https://torrentqq270.com/
Expand All @@ -25,6 +23,7 @@ legacylinks:
- https://torrentqq279.com/
- https://torrentqq280.com/
- https://torrentqq281.com/
- https://torrentqq282.com/

caps:
categorymappings:
Expand Down
18 changes: 10 additions & 8 deletions definitions/v8/movieworld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ links:

caps:
categorymappings:
- {id: 37, cat: Movies, desc: "Freeleech"}
- {id: 14, cat: Movies/WEB-DL, desc: "Movie/WEB"}
- {id: 36, cat: Movies/UHD, desc: "Movie/4K Disc"}
- {id: 5, cat: Movies/UHD, desc: "Movie/4K Rip"}
Expand All @@ -19,17 +20,16 @@ caps:
- {id: 15, cat: Movies, desc: "Movie/Packs"}
- {id: 20, cat: Movies/SD, desc: "Movie/CAM"}
- {id: 21, cat: XXX, desc: "Movie/XXX"}
- {id: 33, cat: Audio/Video, desc: "Music"}
- {id: 28, cat: TV, desc: "Tv Packs"}
- {id: 31, cat: TV, desc: "Tv Mini Series"}
- {id: 30, cat: TV/HD, desc: "Tv Episodes"}
- {id: 26, cat: TV/Sport, desc: "Tv Sport"}
- {id: 18, cat: Other, desc: "Other"}

modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]

settings:
- name: username
Expand All @@ -40,7 +40,7 @@ settings:
label: Password
- name: freeleech
type: checkbox
label: Filter freeleech only
label: Search freeleech only
default: false
- name: sort
type: select
Expand Down Expand Up @@ -83,8 +83,8 @@ search:
page: torrents
search: "{{ .Keywords }}"
category: "{{ range .Categories }}{{.}};{{end}}"
# 0 filename, 1 file&descr, 2 descr, 3 uploaders, 18 genre, 4 imdb, 8-17 upload multiplier 1x-10x
options: 0
# 0 filename, 1 file&descr, 2 descr, 3 uploaders, 18 genre, 4 imdb, 5 gold, 6 silver, 7 bronze, 8-17 upload multiplier 1x-10x
options: "{{ if .Config.freeleech }}5{{ else }}0{{ end }}"
# 0 all, 1 active only, 2 dead only
active: 0
order: "{{ .Config.sort }}"
Expand All @@ -96,7 +96,7 @@ search:
args: ["\\.", " "]

rows:
selector: "table.lista > tbody > tr:has(a[href^=\"download.php?id=\"]):not(:has(a[href^=\"index.php?page=userdetails\"])){{ if .Config.freeleech }}:has(img[src=\"images/freeleech.gif\"]){{ else }}{{ end }}"
selector: "table.lista > tbody > tr:has(a[href^=\"download.php?id=\"]):not(:has(a[href^=\"index.php?page=userdetails\"]))"

fields:
category:
Expand Down Expand Up @@ -148,7 +148,9 @@ search:
selector: "td:has(a[href^=\"download.php?id=\"]) ~ td ~ td ~ td ~ td ~ td ~ td"
downloadvolumefactor:
case:
img[src="images/freeleech.gif"]: 0
img[src="images/gold.gif"]: 0
img[src="images/silver.gif"]: 0.5
img[src="images/bronze.gif"]: 0.75
"*": 1
uploadvolumefactor:
case:
Expand All @@ -165,4 +167,4 @@ search:
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# xbtitFM v4.1.26
# xbtitFM v4.1.28
2 changes: 1 addition & 1 deletion definitions/v9/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 3 x 24 x 60 x 60)
text: 432000
# json UNIT3D 7.0.0
# json UNIT3D 7.1.0b
2 changes: 1 addition & 1 deletion definitions/v9/blutopia-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 7.0.0b
# json UNIT3D 7.1.0b
158 changes: 0 additions & 158 deletions definitions/v9/fusionmayhem.yml

This file was deleted.

10 changes: 5 additions & 5 deletions definitions/v9/hdtorrentsit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://hdtorrents.eu/\" target=\"_blank\">HDTorrents.it</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://hdtorrents.eu/\" target=\"_blank\">HDTorrents.it</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
Expand Down Expand Up @@ -164,10 +164,10 @@ 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
# as a pay site there is no MR or MST
# json UNIT3D 6.5.0
# json UNIT3D 7.0.3
Loading

0 comments on commit 033505d

Please sign in to comment.