mirror of https://github.com/Jackett/Jackett
divteam: Add Multi to languages (#10796)
* divteam: Add Multi to languages. DivTeam usually have Original + Spanish at least * Fix PR Comments Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
parent
64fb434d0f
commit
d605cc87a4
|
@ -128,7 +128,7 @@ search:
|
|||
- name: re_replace
|
||||
args: ["\\W", "."] # Spaces and other characters -> .
|
||||
- name: append
|
||||
args: ".Spanish-DivTeam"
|
||||
args: ".MULTi/Spanish" # DivTeam doesn't bring languages. Usually Original + Spanish.
|
||||
- name: re_replace
|
||||
args: ["\\.+", "."] # More than 1 dot -> .
|
||||
- name: re_replace
|
||||
|
|
Loading…
Reference in New Issue