mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Bug in fields args broke HDCity template (#6343)
Missing spaces in fields args that broke the HDCity template
This commit is contained in:

committed by
garfield69

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
|
||||
|
Reference in New Issue
Block a user