diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-05 21:14:47 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-05 21:14:47 +0100 |
commit | 978f1345654b887efd192e9ee0496ed2aac90dcd (patch) | |
tree | ce517e77c00159f0ac49657d8afe59a5d2f9d29c /lib/Travel/Status/DE/HAFAS | |
parent | b8bd196b6d4dfcefd68801115fdb5031904af948 (diff) |
Services: DB is gone for good
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Services.pm.PL | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL index 9b4ec15..4ae3c32 100644 --- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL +++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL @@ -130,27 +130,6 @@ my %hafas_instance = ( ), stopfinder => 'https://capmetro.hafas.cloud/bin/ajax-getstop.exe', }, - DB => { - load_instance('de/db'), - stopfinder => 'https://reiseauskunft.bahn.de/bin/ajax-getstop.exe', - salt => 'bdI8UVj40K5fvxwf', - languages => [qw[de en fr es]], - request => { - client => { - id => 'DB', - v => '20100000', - type => 'IPH', - name => 'DB Navigator', - }, - ext => 'DB.R22.04.a', - ver => '1.78', - auth => { - type => 'AID', - aid => 'n91dB8Z77MLdoR0K' - }, - lang => 'deu' - }, - }, DSB => { load_instance( 'dk/rejseplanen', lang => 'deu' ), }, IE => { load_instance( |