mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
exttorrents: add followredirect for 2nd page search.. resolves #14637
This commit is contained in:
@@ -109,6 +109,7 @@ search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}/?order={{ .Config.sort }}&sort={{ .Config.type }}{{ else }}latest/{{ end }}"
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}/2/?order={{ .Config.sort }}&sort={{ .Config.type }}{{ else }}latest/2/{{ end }}"
|
||||
followredirect: true
|
||||
|
||||
keywordsfilters:
|
||||
- name: tolower
|
||||
|
Reference in New Issue
Block a user