mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -291,7 +291,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* BroadcasTheNet (BTN)
|
* BroadcasTheNet (BTN)
|
||||||
* BroadCity
|
* BroadCity
|
||||||
* BrokenStones [![(invite needed)][inviteneeded]](#)
|
* BrokenStones [![(invite needed)][inviteneeded]](#)
|
||||||
* BrSociety [![(invite needed)][inviteneeded]](#)
|
* BrSociety
|
||||||
* BTNext (BTNT) [![(invite needed)][inviteneeded]](#)
|
* BTNext (BTNT) [![(invite needed)][inviteneeded]](#)
|
||||||
* BTSCHOOL
|
* BTSCHOOL
|
||||||
* BWTorrents
|
* BWTorrents
|
||||||
|
@@ -10,7 +10,7 @@ links:
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: TV, desc: "Cursos"}
|
- {id: 1, cat: Other, desc: "Cursos"}
|
||||||
- {id: 2, cat: Books/EBook, desc: "eBooks"}
|
- {id: 2, cat: Books/EBook, desc: "eBooks"}
|
||||||
- {id: 5, cat: Books/Mags, desc: "Revistas"}
|
- {id: 5, cat: Books/Mags, desc: "Revistas"}
|
||||||
- {id: 3, cat: Audio/Audiobook, desc: "Audiobooks"}
|
- {id: 3, cat: Audio/Audiobook, desc: "Audiobooks"}
|
||||||
@@ -71,15 +71,9 @@ search:
|
|||||||
type: json
|
type: json
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
# if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6
|
|
||||||
api_token: "{{ .Config.apikey }}"
|
api_token: "{{ .Config.apikey }}"
|
||||||
$raw: "{{ range .Categories }}&categories[]={{.}}{{end}}"
|
$raw: "{{ range .Categories }}&categories[]={{.}}{{end}}"
|
||||||
name: "{{ .Keywords }}"
|
name: "{{ .Keywords }}"
|
||||||
seasonNumber: "{{ .Query.Season }}"
|
|
||||||
episodeNumber: "{{ .Query.Ep }}"
|
|
||||||
imdbId: "{{ .Query.IMDBIDShort }}"
|
|
||||||
tmdbId: "{{ .Query.TMDBID }}"
|
|
||||||
tvdbId: "{{ .Query.TVDBID }}"
|
|
||||||
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
||||||
sortField: "{{ .Config.sort }}"
|
sortField: "{{ .Config.sort }}"
|
||||||
sortDirection: "{{ .Config.type }}"
|
sortDirection: "{{ .Config.type }}"
|
||||||
@@ -110,28 +104,6 @@ search:
|
|||||||
optional: true
|
optional: true
|
||||||
infohash:
|
infohash:
|
||||||
selector: info_hash
|
selector: info_hash
|
||||||
poster:
|
|
||||||
selector: meta.poster
|
|
||||||
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:
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(Science Fiction)", "Science_Fiction"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(TV Movie)", "TV_Movie"]
|
|
||||||
- name: replace
|
|
||||||
args: [" & ", "_&_"]
|
|
||||||
description:
|
|
||||||
text: "{{ .Result.genre }}"
|
|
||||||
files:
|
files:
|
||||||
selector: num_file
|
selector: num_file
|
||||||
seeders:
|
seeders:
|
||||||
@@ -169,6 +141,6 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 5 days (as seconds = 5 x 24 x 60 x 60)
|
# 4 days (as seconds = 4 x 24 x 60 x 60)
|
||||||
text: 432000
|
text: 345600
|
||||||
# json UNIT3D 6.5.0
|
# json UNIT3D 6.5.0
|
||||||
|
Reference in New Issue
Block a user