From a1fa212da4d5f63ab704b0c20746fd48ef61b002 Mon Sep 17 00:00:00 2001 From: orbitalo Date: Tue, 31 Mar 2026 11:24:22 +0000 Subject: [PATCH] fix regex typo: allemagne --- homelab-ai-bot/tools/savetv_country_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab-ai-bot/tools/savetv_country_filter.py b/homelab-ai-bot/tools/savetv_country_filter.py index 2f077029..90db9f51 100644 --- a/homelab-ai-bot/tools/savetv_country_filter.py +++ b/homelab-ai-bot/tools/savetv_country_filter.py @@ -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"