mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
hdcity: drop square brackets surrounding language in titles (#10314)
This commit is contained in:
parent
f3c8035a04
commit
160bcd3076
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ search:
|
|||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " [English]"
|
||||
args: " English"
|
||||
- name: re_replace
|
||||
args: ["(?i)T[\\s-_]?(\\d{1,2})\\b", " S$1 "]
|
||||
- name: re_replace
|
||||
|
@ -184,7 +184,7 @@ search:
|
|||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " [Spanish]"
|
||||
args: " Spanish"
|
||||
- name: re_replace
|
||||
args: ["(?i)T[\\s-_]?(\\d{1,2})\\b", " S$1 "]
|
||||
- name: re_replace
|
||||
|
|
Loading…
Add table
Reference in a new issue