fix regex typo: allemagne
This commit is contained in:
parent
218858314d
commit
a1fa212da4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ FILMINFO_CACHE = Path("/mnt/savetv/.filminfo_cache.json")
|
|||
# Deutschland / Frankreich (haeufige Wikidata-Sprachvarianten)
|
||||
_COUNTRY_EXCL = re.compile(
|
||||
r"\b("
|
||||
r"deutschland|germany|allemnage|bundesrepublik(\s+deutschland)?|"
|
||||
r"deutschland|germany|allemagne|bundesrepublik(\s+deutschland)?|"
|
||||
r"west\s+germany|east\s+germany|german\s+democratic\s+republic|"
|
||||
r"rfa|\bbrd\b|\bddr\b|\bgdr\b|"
|
||||
r"frankreich|france|republique\s+francaise"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue