mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hd4free: add sports category and corrections to discounts
This commit is contained in:
@@ -14,9 +14,10 @@
|
|||||||
- {id: 2, cat: TV, desc: "TV"}
|
- {id: 2, cat: TV, desc: "TV"}
|
||||||
- {id: 3, cat: Audio, desc: "Music"}
|
- {id: 3, cat: Audio, desc: "Music"}
|
||||||
- {id: 4, cat: Books, desc: "Books"}
|
- {id: 4, cat: Books, desc: "Books"}
|
||||||
- {id: 5, cat: PC/Mac, desc: "Apps"}
|
- {id: 5, cat: PC, desc: "Apps"}
|
||||||
- {id: 6, cat: Other, desc: "Other"}
|
- {id: 6, cat: Other, desc: "Other"}
|
||||||
- {id: 7, cat: PC/Games, desc: "Games"}
|
- {id: 7, cat: PC/Games, desc: "Games"}
|
||||||
|
- {id: 8, cat: TV/Sport, desc: "Sports"}
|
||||||
|
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
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}}"
|
||||||
|
description: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
tvdb: ""
|
tvdb: ""
|
||||||
@@ -107,9 +109,11 @@
|
|||||||
case:
|
case:
|
||||||
"i[data-original-title=\"100% Free\"]": "0"
|
"i[data-original-title=\"100% Free\"]": "0"
|
||||||
"i[data-original-title=\"Global FreeLeech\"]": "0"
|
"i[data-original-title=\"Global FreeLeech\"]": "0"
|
||||||
|
"i[data-original-title=\"Featured\"]": "0"
|
||||||
"*": "1"
|
"*": "1"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
|
"i[data-original-title=\"Featured\"]": "2"
|
||||||
"i[data-original-title=\"Double upload\"]": "2"
|
"i[data-original-title=\"Double upload\"]": "2"
|
||||||
"i[data-original-title=\"Double Upload\"]": "2" # Global Double Upload
|
"i[data-original-title=\"Double Upload\"]": "2" # Global Double Upload
|
||||||
"*": "1"
|
"*": "1"
|
||||||
|
Reference in New Issue
Block a user