Skip to content

Commit

Permalink
jackett indexers as of 90dc1bd645ff2790a832c64433ac325611b2cd90 [2024…
Browse files Browse the repository at this point in the history
…-11-28T13:58:28Z]
  • Loading branch information
bakerboy448 committed Nov 28, 2024
1 parent 9e2bec3 commit d80312d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
7 changes: 4 additions & 3 deletions definitions/v10/torrentqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq343.com/
- https://torrentegg35.com/
- https://torrentqq344.com/
- https://torrentegg36.com/
legacylinks:
- https://torrentqq328.com/
- https://torrentqq329.com/
- https://torrentqq330.com/
- https://torrentqq331.com/
Expand All @@ -32,6 +31,8 @@ legacylinks:
- https://torrentqq341.com/
- https://torrentqq342.com/
- https://torrentegg34.com/
- https://torrentqq343.com/
- https://torrentegg35.com/

caps:
categorymappings:
Expand Down
14 changes: 4 additions & 10 deletions definitions/v11/seedpool-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ caps:
- {id: 2, cat: TV, desc: "TV Show"}
- {id: 1, cat: Movies, desc: "Movie"}
- {id: 10, cat: Movies/UHD, desc: "4K Movie"}
- {id: 13, cat: Movies, desc: "BoxSet"}
- {id: 13, cat: TV, desc: "TV Boxsets"}
- {id: 12, cat: PC/Games, desc: "Linux Game"}
- {id: 3, cat: PC/Games, desc: "PC Game"}
- {id: 5, cat: Audio/Lossless, desc: "Music"}
Expand All @@ -32,8 +32,8 @@ caps:

modes:
search: [q]
tv-search: [q, season, ep, imdbid, tvdbid, tmdbid]
movie-search: [q, imdbid, tmdbid]
tv-search: [q, season, ep, tmdbid]
movie-search: [q, tmdbid]
music-search: [q]
book-search: [q]

Expand Down Expand Up @@ -96,9 +96,7 @@ search:
name: "{{ .Keywords }}"
seasonNumber: "{{ .Query.Season }}"
episodeNumber: "{{ .Query.Ep }}"
imdbId: "{{ .Query.IMDBIDShort }}"
tmdbId: "{{ .Query.TMDBID }}"
tvdbId: "{{ .Query.TVDBID }}"
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
sortField: "{{ .Config.sort }}"
sortDirection: "{{ .Config.type }}"
Expand Down Expand Up @@ -135,12 +133,8 @@ search:
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
imdbid:
selector: imdb_id
tmdbid:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
filters:
Expand Down Expand Up @@ -199,4 +193,4 @@ search:
minimumseedtime:
# 10 days (as seconds = 10 x 24 x 60 x 60)
text: 864000
# json UNIT3D 8.2.0
# json UNIT3D 8.2.0 (custom)

0 comments on commit d80312d

Please sign in to comment.