mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
frozenlayer: fix 2nd search path to avoid duplicates for keywordless search
This commit is contained in:
@@ -46,7 +46,7 @@ caps:
|
|||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}buscar/descargas/{{ .Config.category }}/{{ .Keywords }}?search=Buscar{{ else }}descargas{{ end }}"
|
- path: "{{ if .Keywords }}buscar/descargas/{{ .Config.category }}/{{ .Keywords }}?search=Buscar{{ else }}descargas{{ end }}"
|
||||||
- path: "{{ if .Keywords }}buscar/descargas/{{ .Config.category }}/{{ .Keywords }}?search=Buscar&page=2{{ else }}descargas{{ end }}"
|
- path: "{{ if .Keywords }}buscar/descargas/{{ .Config.category }}/{{ .Keywords }}?search=Buscar&{{ else }}descargas?{{ end }}page=2"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace # remove first season from search string
|
- name: re_replace # remove first season from search string
|
||||||
args: ["(?i)(S1)", ""]
|
args: ["(?i)(S1)", ""]
|
||||||
|
Reference in New Issue
Block a user