mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
monova: improve search - andmatch & keywordfilters (#8185)
This commit is contained in:
parent
ccb8032011
commit
d2122794f9
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,13 @@
|
|||
# https://monova.to/search?term=vikings+s05e05
|
||||
# https://monova.to/video
|
||||
- path: "{{if .Keywords}}search?term={{.Keywords}}{{else}}video{{end}}"
|
||||
- path: "{{if .Keywords}}search?term={{.Keywords}}{{else}}video{{end}}&page=2"
|
||||
- path: "{{if .Keywords}}search?term={{.Keywords}}{{else}}video{{end}}&page=3"
|
||||
- path: "{{if .Keywords}}search?term={{.Keywords}}{{else}}video{{end}}&page=4"
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(?:^|\\s)[_\\+\\/\\.\\-\\(\\)]*[\\S]{0,3}[_\\+\\/\\.\\-\\(\\)]*(?:\\s|$)", " "]
|
||||
|
||||
rows:
|
||||
selector: tr.desktop:not(tr[class="desktop success"])
|
||||
|
|
Loading…
Reference in a new issue