hdonly: remove filelist param

This commit is contained in:
Bogdan 2023-09-23 14:14:17 +03:00
parent 94b102a54c
commit 41d69fa7ac
1 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,6 @@ search:
# $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
searchstr: "{{ .Keywords }}"
tmdb: "{{ .Query.TMDBID }}"
filelist: "{{ re_replace .Query.Episode \"\\bS\\d{1,3}\\b\" \"\" }}"
taglist: "{{ .Query.Genre }}"
action: browse
group_results: 0
@ -120,7 +119,7 @@ search:
keywordsfilters:
# strip season and/or ep
- name: re_replace
args: ["\\b(?:[SE]\\d{1,4}){1,2}\\b", ""]
args: ["(?i)\\bS\\d{1,3}\\b\\b", ""]
- name: trim
rows: