mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Anidex: rever category change
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
inputs:
|
||||
page: "torrents"
|
||||
filename: "{{ .Query.Keywords }}"
|
||||
category: "{{if .Config.cat-id }}{{ .Config.cat-id }}{{ else }}999{{ range .Categories }},{{.}}{{end}}{{end}}" # add a leading 999 to avoid leading commas (will break search)
|
||||
category: "{{ .Config.cat-id }}"
|
||||
lang_id: "{{ .Config.lang-id }}"
|
||||
rows:
|
||||
selector: div.table-responsive > table > tbody > tr
|
||||
|
Reference in New Issue
Block a user