torrentleech-pl: update title regex

change match of invisible characters from zero or one to zero and unlimited
This commit is contained in:
Bogdan 2023-09-24 16:10:42 +03:00
parent 45c24089b0
commit fad0637127
1 changed files with 1 additions and 1 deletions

View File

@ -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