diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-10 17:36:56 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-10 17:36:56 +0200 |
commit | 2c48152c47ceb5ad07126d10cea06acdbaa5c0ed (patch) | |
tree | b4d97e1e728ee4ddd3902bc8a721785cc5d66bae | |
parent | 84664d24e63baa6efa420f805e387d06d586dbb9 (diff) |
Add VOS
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 21 |
1 files changed, 21 insertions, 0 deletions
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', + }, + }, ); # }}} |