mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
This commit is contained in:
parent
64249a83c3
commit
8842a0aa1b
2 changed files with 6 additions and 0 deletions
|
@ -351,6 +351,9 @@ search:
|
|||
# fix date search and workaround for internal YGG issues
|
||||
- name: re_replace
|
||||
args: ["[\\\\\\-\\.\\/!\\s]+", " "]
|
||||
# strip season as site does not support partial matches
|
||||
- name: re_replace
|
||||
args: ["(?i)\\bS\\d{1,3}\\b", ""]
|
||||
- name: trim
|
||||
# put each word in quotations to prevent exact phrase search
|
||||
- name: re_replace
|
||||
|
|
|
@ -355,6 +355,9 @@ search:
|
|||
# fix date search and workaround for internal YGG issues
|
||||
- name: re_replace
|
||||
args: ["[\\\\\\-\\.\\/!\\s]+", " "]
|
||||
# strip season as site does not support partial matches
|
||||
- name: re_replace
|
||||
args: ["(?i)\\bS\\d{1,3}\\b", ""]
|
||||
- name: trim
|
||||
# put each word in quotations to prevent exact phrase search
|
||||
- name: re_replace
|
||||
|
|
Loading…
Add table
Reference in a new issue