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:
|
inputs:
|
||||||
page: "torrents"
|
page: "torrents"
|
||||||
filename: "{{ .Query.Keywords }}"
|
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 }}"
|
lang_id: "{{ .Config.lang-id }}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.table-responsive > table > tbody > tr
|
selector: div.table-responsive > table > tbody > tr
|
||||||
|
Reference in New Issue
Block a user