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:
parent
ec95fdcd32
commit
18bf3d3732
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue