mirror of https://github.com/Jackett/Jackett
Bug in fields args broke HDCity template (#6343)
Missing spaces in fields args that broke the HDCity template
This commit is contained in:
parent
1917ec296c
commit
9f7b361512
|
@ -169,7 +169,7 @@
|
|||
- name: append
|
||||
args: " [English]"
|
||||
- name: re_replace
|
||||
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
|
||||
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
|
||||
title:
|
||||
selector: td[valign="middle"] a:not(:contains("VOSE"))
|
||||
optional: true
|
||||
|
|
Loading…
Reference in New Issue