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
+11 -8
View File
@@ -20,19 +20,22 @@
--- ---
## Dokumente ## Dokumente (URLs verifiziert 2026-05-15)
| Dokumenttyp | Vorhanden | URL | | Dokumenttyp | Vorhanden | URL |
|-------------|-----------|-----| |-------------|-----------|-----|
| DSI | Ja | https://www.bmw.de/de/footer/metanavigation/datenschutz.html | | DSI | Ja | https://www.bmw.de/de/footer/metanavigation/data-privacy.html |
| Impressum | Ja | https://www.bmw.de/de/footer/metanavigation/impressum.html | | Impressum | Ja | https://www.bmw.de/de/footer/metanavigation/legal-notice-pool/imprint.html |
| Cookie-Richtlinie | Ja (separate Seite) | https://www.bmw.de/de/footer/metanavigation/cookie-policy.html | | Cookie-Richtlinie | Ja (separate Seite) | https://www.bmw.de/de/footer/footer-section/cookie-policy.html |
| AGB | Ja | TODO: URL verifizieren | | Legal Disclaimer | Ja | https://www.bmw.de/de/footer/metanavigation/legal-disclaimer-pool/legal-disclaimer.html |
| Widerruf | Ggf. in AGB | — | | AGB | Nicht im Footer | — |
| Social Media DSE | Nein | — | | Widerruf | Nicht gefunden | — |
| Nutzungsbedingungen | Ja | TODO: URL verifizieren | | Social Media DSE | Nicht als eigene Seite | Ggf. in DSI |
| Nutzungsbedingungen | Nicht im Footer | — |
| DSB-Kontakt | In DSI | — | | DSB-Kontakt | In DSI | — |
**ACHTUNG:** Alte URLs (datenschutz.html, impressum.html) sind seit 2026 alle 404. BMW hat URL-Struktur geaendert.
--- ---
## Erwartete Ergebnisse: DSI (Art. 13 DSGVO) ## Erwartete Ergebnisse: DSI (Art. 13 DSGVO)
+3 -2
View File
@@ -42,8 +42,9 @@ GT_WEBSITES = [
{ {
"name": "BMW", "name": "BMW",
"documents": [ "documents": [
{"doc_type": "dse", "url": "https://www.bmw.de/de/footer/metanavigation/datenschutz.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/impressum.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"},
], ],
}, },
{ {