mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 05:53:41 +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"]
|
args: ["VOSTFR", "{{ .Result.site_date }} VOSTFR"]
|
||||||
# and we delete the year at the end
|
# and we delete the year at the end
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(\\w+)$", ""]
|
args: ["(\\d{4})$", ""]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["WEBRIP", "WEBDL"]
|
args: ["WEBRIP", "WEBDL"]
|
||||||
details:
|
details:
|
||||||
|
Reference in New Issue
Block a user