mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted unit3d that have upgraded to 4.0.0
update search parms update poster for sites I have a/c on check and add MR and MST if required
This commit is contained in:
@@ -79,7 +79,7 @@ search:
|
|||||||
- path: torrents/filter
|
- path: torrents/filter
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
|
||||||
description: ""
|
description: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
@@ -87,10 +87,13 @@ search:
|
|||||||
tmdb: "{{ .Query.TMDBID }}"
|
tmdb: "{{ .Query.TMDBID }}"
|
||||||
mal: ""
|
mal: ""
|
||||||
igdb: ""
|
igdb: ""
|
||||||
|
start_year: ""
|
||||||
|
end_year: ""
|
||||||
sorting: "{{ .Config.sort }}"
|
sorting: "{{ .Config.sort }}"
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
|
page: 0
|
||||||
|
view: list
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
@@ -116,7 +119,9 @@ search:
|
|||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard
|
||||||
|
- name: replace
|
||||||
|
args: ["https://images.weserv.nl/?url=https://via.placeholder.com/600x900&w=180&h=270", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
@@ -189,7 +194,9 @@ search:
|
|||||||
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
||||||
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
||||||
"*": 1
|
"*": 1
|
||||||
|
minimumratio:
|
||||||
|
text: 0.4
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
text: 259200
|
text: 259200
|
||||||
# UNIT3D 2.7.0
|
# UNIT3D 4.0.0
|
||||||
|
@@ -74,13 +74,12 @@ search:
|
|||||||
- path: torrents/filter
|
- path: torrents/filter
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
|
||||||
description: ""
|
description: ""
|
||||||
keywords: ""
|
keywords: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
tvdb: "{{ .Query.TVDBID }}"
|
tvdb: "{{ .Query.TVDBID }}"
|
||||||
view: list
|
|
||||||
tmdb: "{{ .Query.TMDBID }}"
|
tmdb: "{{ .Query.TMDBID }}"
|
||||||
mal: ""
|
mal: ""
|
||||||
igdb: ""
|
igdb: ""
|
||||||
@@ -90,6 +89,7 @@ search:
|
|||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
page: 0
|
page: 0
|
||||||
|
view: list
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
@@ -115,7 +115,9 @@ search:
|
|||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard
|
||||||
|
- name: replace
|
||||||
|
args: ["https://images.weserv.nl/?url=https://via.placeholder.com/52x80&w=180&h=270", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
@@ -191,4 +193,4 @@ search:
|
|||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
||||||
text: 604800
|
text: 604800
|
||||||
# UNIT3D 3.0.0b
|
# UNIT3D 4.0.0b
|
||||||
|
@@ -74,7 +74,7 @@ search:
|
|||||||
- path: torrents/filter
|
- path: torrents/filter
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
|
||||||
description: ""
|
description: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
@@ -82,10 +82,13 @@ search:
|
|||||||
tmdb: "{{ .Query.TMDBID }}"
|
tmdb: "{{ .Query.TMDBID }}"
|
||||||
mal: ""
|
mal: ""
|
||||||
igdb: ""
|
igdb: ""
|
||||||
|
start_year: ""
|
||||||
|
end_year: ""
|
||||||
sorting: "{{ .Config.sort }}"
|
sorting: "{{ .Config.sort }}"
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
|
page: 0
|
||||||
|
view: list
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
@@ -111,7 +114,9 @@ search:
|
|||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard
|
||||||
|
- name: replace
|
||||||
|
args: ["https://images.weserv.nl/?url=https://via.placeholder.com/52x80&w=180&h=270", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
@@ -189,4 +194,4 @@ search:
|
|||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
||||||
text: 604800
|
text: 604800
|
||||||
# UNIT3D 2.7.0
|
# UNIT3D 4.0.0
|
||||||
|
@@ -80,7 +80,7 @@ search:
|
|||||||
- path: torrents/filter
|
- path: torrents/filter
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||||
search: "{{ if or .Query.IMDBID .Keywords }}{{ or .Query.IMDBID .Keywords }}{{else}}{{ .Today.Year }}{{end}}"
|
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
|
||||||
description: ""
|
description: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
@@ -88,10 +88,13 @@ search:
|
|||||||
tmdb: "{{ .Query.TMDBID }}"
|
tmdb: "{{ .Query.TMDBID }}"
|
||||||
mal: ""
|
mal: ""
|
||||||
igdb: ""
|
igdb: ""
|
||||||
|
start_year: ""
|
||||||
|
end_year: ""
|
||||||
sorting: "{{ .Config.sort }}"
|
sorting: "{{ .Config.sort }}"
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
|
page: 0
|
||||||
|
view: list
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: diacritics
|
- name: diacritics
|
||||||
@@ -148,7 +151,9 @@ search:
|
|||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard
|
||||||
|
- name: replace
|
||||||
|
args: ["https://images.weserv.nl/?url=https://via.placeholder.com/600x900&w=180&h=270", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
@@ -224,4 +229,4 @@ search:
|
|||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 6 days (as seconds = 6 x 24 x 60 x 60)
|
# 6 days (as seconds = 6 x 24 x 60 x 60)
|
||||||
text: 518400
|
text: 518400
|
||||||
# UNIT3D 2.7.0
|
# UNIT3D 4.0.0
|
||||||
|
@@ -77,7 +77,7 @@ search:
|
|||||||
- path: torrents/filter
|
- path: torrents/filter
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
|
||||||
description: ""
|
description: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
@@ -85,10 +85,13 @@ search:
|
|||||||
tmdb: "{{ .Query.TMDBID }}"
|
tmdb: "{{ .Query.TMDBID }}"
|
||||||
mal: ""
|
mal: ""
|
||||||
igdb: ""
|
igdb: ""
|
||||||
|
start_year: ""
|
||||||
|
end_year: ""
|
||||||
sorting: "{{ .Config.sort }}"
|
sorting: "{{ .Config.sort }}"
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
direction: "{{ .Config.type }}"
|
direction: "{{ .Config.type }}"
|
||||||
qty: 100
|
qty: 100
|
||||||
|
page: 0
|
||||||
|
view: list
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
@@ -114,7 +117,9 @@ search:
|
|||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard
|
||||||
|
- name: replace
|
||||||
|
args: ["https://images.weserv.nl/?url=https://via.placeholder.com/52x80&w=180&h=270", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
@@ -192,4 +197,4 @@ search:
|
|||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 1 day (as seconds = 24 x 60 x 60)
|
# 1 day (as seconds = 24 x 60 x 60)
|
||||||
text: 86400
|
text: 86400
|
||||||
# UNIT3D 2.7.0
|
# UNIT3D 4.0.0
|
||||||
|
Reference in New Issue
Block a user