diff --git a/src/Jackett.Common/Definitions/megapeer.yml b/src/Jackett.Common/Definitions/megapeer.yml index a771bdd17..78d473682 100644 --- a/src/Jackett.Common/Definitions/megapeer.yml +++ b/src/Jackett.Common/Definitions/megapeer.yml @@ -69,6 +69,8 @@ search: args: ["(?i)S0*(\\d+)", "[$1 сезон]"] - name: re_replace # E01 to [1 сери] args: ["(?i)E0*(\\d+)", "[$1 сери]"] + - name: re_replace + args: ["(\\w+)", " %$1"] # prepend % to each word - allow 1 character keywords inputs: search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}%%{{ end }}" # does not support multi category searches