mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
hdspain: drop square brackets surrounding language in titles (#10315)
Language identification correction for Radarr and pyMedusa.
This commit is contained in:
parent
160bcd3076
commit
f97e89bac3
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ search:
|
|||
- name: prepend
|
||||
args: "{{ .Result.extras }} "
|
||||
- name: append
|
||||
args: " [Spanish]"
|
||||
args: " Spanish"
|
||||
- name: re_replace
|
||||
args: ["(?i)T(\\d{1,2})\\b", "S$1"]
|
||||
details:
|
||||
|
|
Loading…
Add table
Reference in a new issue