mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentleech-pl: update title regex
change match of invisible characters from zero or one to zero and unlimited
This commit is contained in:
@@ -129,7 +129,7 @@ search:
|
||||
text: "{{ if .Config.drop_polish_prefix }}{{ .Result.title_stripped }}{{ else }}{{ .Result.title_raw }}{{ end }}"
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(?i)^\\[PACK\\]\\s?", ""]
|
||||
args: ["(?i)^\\[PACK\\]\\s*", ""]
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
|
Reference in New Issue
Block a user