1
0
Fork 0
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:
SPlNeTe 2020-11-28 18:51:27 +01:00 committed by GitHub
parent f3c8035a04
commit 160bcd3076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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