mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
demonoid: apparently category stacking may work, just have to wait for their DB to get updated. #5994
This commit is contained in:
@@ -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}}"
|
||||||
|
Reference in New Issue
Block a user