1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 14:51:01 +00:00

demonoid: apparently category stacking may work, just have to wait for their DB to get updated. #5994

This commit is contained in:
Garfield69 2019-09-17 07:17:33 +12:00
parent 5d158c0a9e
commit dfb00e73e8

View file

@ -28,25 +28,7 @@
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="]
@ -56,10 +38,7 @@
# 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:
category: "{{.Config.category}}" $raw: "{{range .Categories}}c{{.}}&{{end}}"
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}}"