fix(gt): update BMW URLs (all old URLs are 404 since 2026)

This commit is contained in:
Benjamin Admin
2026-05-15 10:38:07 +02:00
parent 3b7ab4cbd7
commit a67cfa7c4a
2 changed files with 14 additions and 10 deletions
+3 -2
View File
@@ -42,8 +42,9 @@ GT_WEBSITES = [
{
"name": "BMW",
"documents": [
{"doc_type": "dse", "url": "https://www.bmw.de/de/footer/metanavigation/datenschutz.html"},
{"doc_type": "impressum", "url": "https://www.bmw.de/de/footer/metanavigation/impressum.html"},
{"doc_type": "dse", "url": "https://www.bmw.de/de/footer/metanavigation/data-privacy.html"},
{"doc_type": "impressum", "url": "https://www.bmw.de/de/footer/metanavigation/legal-notice-pool/imprint.html"},
{"doc_type": "cookie", "url": "https://www.bmw.de/de/footer/footer-section/cookie-policy.html"},
],
},
{