mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-25 07:14:11 +01:00
megapeer: switch to year for keywordless search. resolves #12371
This commit is contained in:
@@ -69,7 +69,7 @@ search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}%%{{ end }}"
|
||||
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
# does not support multi category searches
|
||||
cat: 0
|
||||
# 0 title, 1 descr, 2 phrase, 3 infohash
|
||||
|
||||
Reference in New Issue
Block a user