eztv: new keywordless path + cookie settings

This commit is contained in:
Garfield69
2023-11-29 05:31:53 +13:00
parent 24e8d90371
commit b6233558c2

View File

@@ -57,7 +57,7 @@ settings: []
search: search:
paths: paths:
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}{{ end }}" - path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}home{{ end }}"
keywordsfilters: keywordsfilters:
- name: re_replace - name: re_replace
@@ -71,7 +71,7 @@ search:
args: ["&", ""] args: ["&", ""]
headers: headers:
cookie: ["sort_no=100"] # show 100 results for keywordless search cookie: ["sort_no=100; q_filter=all; q_filter_web=on; q_filter_reality=on; q_filter_x265=on; layout=def_wlinks"] # show 100 results for keywordless search and show links in results
rows: rows:
# only use latest added torrents table for keywordless search to avoid duplicates, some torrents don't have any download links so skip them # only use latest added torrents table for keywordless search to avoid duplicates, some torrents don't have any download links so skip them