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
|
- name: append
|
||||||
args: " [English]"
|
args: " [English]"
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
|
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
|
||||||
title:
|
title:
|
||||||
selector: td[valign="middle"] a:not(:contains("VOSE"))
|
selector: td[valign="middle"] a:not(:contains("VOSE"))
|
||||||
optional: true
|
optional: true
|
||||||
|
|
Loading…
Reference in New Issue