fix regex typo: allemagne

This commit is contained in:
orbitalo 2026-03-31 11:24:22 +00:00
parent 218858314d
commit a1fa212da4

View file

@ -17,7 +17,7 @@ FILMINFO_CACHE = Path("/mnt/savetv/.filminfo_cache.json")
# Deutschland / Frankreich (haeufige Wikidata-Sprachvarianten) # Deutschland / Frankreich (haeufige Wikidata-Sprachvarianten)
_COUNTRY_EXCL = re.compile( _COUNTRY_EXCL = re.compile(
r"\b(" 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"west\s+germany|east\s+germany|german\s+democratic\s+republic|"
r"rfa|\bbrd\b|\bddr\b|\bgdr\b|" r"rfa|\bbrd\b|\bddr\b|\bgdr\b|"
r"frankreich|france|republique\s+francaise" r"frankreich|france|republique\s+francaise"