smurfy / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
58 stars 32 forks source link

Update URLs for OEBB parser to use HTTPS + switch to XML queries (from HAFAS binary) #285

Open soulsource opened 2 years ago

soulsource commented 2 years ago

The website made https mandatory now. With the old http URLs the queries don't work any more. Fixes https://github.com/smurfy/fahrplan/issues/283

Edit: Furthermore I recently got some connections of connectionDetailsVersion != 1 and couldn't find a source online on how to handle this issue. As a workaround the second commit in this PR changes ÖBB to use XML queries.

poetaster commented 2 years ago

I've implemented these changes at : https://github.com/poetaster/fahrplan/releases/tag/2.0.36

A review that I've done it correctly would be appreciated! Thanks!