mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
zetorrents: fix year processing on titles. resolves #8518
This commit is contained in:
parent
ec95fdcd32
commit
18bf3d3732
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
args: ["VOSTFR", "{{ .Result.site_date }} VOSTFR"]
|
||||
# and we delete the year at the end
|
||||
- name: re_replace
|
||||
args: ["(\\w+)$", ""]
|
||||
args: ["(\\d{4})$", ""]
|
||||
- name: replace
|
||||
args: ["WEBRIP", "WEBDL"]
|
||||
details:
|
||||
|
|
Loading…
Reference in a new issue