mirror of https://github.com/Jackett/Jackett
Revert "demonoid: apparently category stacking may work, just have to wait for their DB to get updated. #5994"
This reverts commit dfb00e73e8
.
This commit is contained in:
parent
dfb00e73e8
commit
9d3498c382
|
@ -28,7 +28,25 @@
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
settings: []
|
settings:
|
||||||
|
- name: category
|
||||||
|
type: select
|
||||||
|
label: Category
|
||||||
|
default: "0"
|
||||||
|
options:
|
||||||
|
"0": "All"
|
||||||
|
"1": "Applications"
|
||||||
|
"2": "Audio Books"
|
||||||
|
"3": "Books"
|
||||||
|
"4": "Comics"
|
||||||
|
"5": "Games"
|
||||||
|
"6": "Anime"
|
||||||
|
"7": "Miscellaneous"
|
||||||
|
"8": "Movies"
|
||||||
|
"9": "Music"
|
||||||
|
"10": "Music Videos"
|
||||||
|
"11": "Pictures"
|
||||||
|
"12": "TV"
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[href^="magnet:?xt="]
|
||||||
|
@ -38,7 +56,10 @@
|
||||||
# https://www.dnoid.to/files/?category=0&subcategory=0&language=0&quality=0&incldead=3&search=id&sort=desc
|
# https://www.dnoid.to/files/?category=0&subcategory=0&language=0&quality=0&incldead=3&search=id&sort=desc
|
||||||
- path: files/
|
- path: files/
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}&{{end}}"
|
category: "{{.Config.category}}"
|
||||||
|
subcategory: 0
|
||||||
|
language: 0
|
||||||
|
quality: 0
|
||||||
# 1 active 2 dead 3 both
|
# 1 active 2 dead 3 both
|
||||||
incldead: 3
|
incldead: 3
|
||||||
search: "{{.Keywords}}"
|
search: "{{.Keywords}}"
|
||||||
|
|
Loading…
Reference in New Issue