mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 13:27:56 +02:00
zetorrents: fix year processing on titles. resolves #8518
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user