mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 15:14:50 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue