fix(gt): update BMW URLs (all old URLs are 404 since 2026)
This commit is contained in:
@@ -20,19 +20,22 @@
|
||||
|
||||
---
|
||||
|
||||
## Dokumente
|
||||
## Dokumente (URLs verifiziert 2026-05-15)
|
||||
|
||||
| Dokumenttyp | Vorhanden | URL |
|
||||
|-------------|-----------|-----|
|
||||
| DSI | Ja | https://www.bmw.de/de/footer/metanavigation/datenschutz.html |
|
||||
| Impressum | Ja | https://www.bmw.de/de/footer/metanavigation/impressum.html |
|
||||
| Cookie-Richtlinie | Ja (separate Seite) | https://www.bmw.de/de/footer/metanavigation/cookie-policy.html |
|
||||
| AGB | Ja | TODO: URL verifizieren |
|
||||
| Widerruf | Ggf. in AGB | — |
|
||||
| Social Media DSE | Nein | — |
|
||||
| Nutzungsbedingungen | Ja | TODO: URL verifizieren |
|
||||
| DSI | Ja | https://www.bmw.de/de/footer/metanavigation/data-privacy.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/footer-section/cookie-policy.html |
|
||||
| Legal Disclaimer | Ja | https://www.bmw.de/de/footer/metanavigation/legal-disclaimer-pool/legal-disclaimer.html |
|
||||
| AGB | Nicht im Footer | — |
|
||||
| Widerruf | Nicht gefunden | — |
|
||||
| Social Media DSE | Nicht als eigene Seite | Ggf. in DSI |
|
||||
| Nutzungsbedingungen | Nicht im Footer | — |
|
||||
| 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)
|
||||
|
||||
@@ -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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user