diff --git a/data/external/scrapers/public_transport.py b/data/external/scrapers/public_transport.py index 8d87199cf..d8f03afc1 100644 --- a/data/external/scrapers/public_transport.py +++ b/data/external/scrapers/public_transport.py @@ -7,7 +7,7 @@ from utils import setup_logging MVV_OPENDATA_URL = "https://www.mvv-muenchen.de/fileadmin/mediapool/02-Fahrplanauskunft/03-Downloads/openData" -MVV_GTFS_URL = f"{MVV_OPENDATA_URL}/mvv_gtfs.zip" +MVV_GTFS_URL = f"{MVV_OPENDATA_URL}/gtfs_mvv_ohneShape_01.zip" MVV_HST_REPORT_URL = f"{MVV_OPENDATA_URL}/MVV_HSTReport2312.csv" # train/tram stations + some bus stations PUBLIC_TRANSPORT_CACHE_PATH = CACHE_PATH / "public_transport"