1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-19 14:10:07 +00:00

zetorrents: fix year processing on titles. resolves #8518

This commit is contained in:
Garfield69 2020-05-04 10:15:12 +12:00
parent ec95fdcd32
commit 18bf3d3732

View file

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