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 |
|
| 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)
|
||||||
|
|||||||
@@ -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"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user