From 2c48152c47ceb5ad07126d10cea06acdbaa5c0ed Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 10 Aug 2024 17:36:56 +0200 Subject: Add VOS --- lib/Travel/Status/DE/HAFAS.pm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lib/Travel') diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index e8b55a5..80fe740 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -392,6 +392,27 @@ my %hafas_instance = ( lang => 'deu', }, }, + VOS => { + stopfinder => 'https://fahrplan.vos.info/bin/ajax-getstop.exe', + mgate => 'https://fahrplan.vos.info/bin/mgate.exe', + name => 'Verkehrsgemeinschaft Osnabrück', + productbits => [qw[ice ic_ec d regio s bus ferry u tram ondemand]], + languages => [qw[de]], + request => { + client => { + id => 'SWO', + type => 'WEB', + name => 'webapp', + l => 'vs_swo', + }, + ver => '1.72', + auth => { + type => 'AID', + aid => 'PnYowCQ' . 'P7Tp1V' + }, + lang => 'deu', + }, + }, ); # }}} -- cgit v1.2.3