WU Mensa Wirtschaftsuniversität Wien broken
cvzi opened this issue · 2 comments
The source (http://www.eurest.at/wumensa/app/app_tagesplan.xml) for the parser no longer exists and there is only a pdf menu at https://www.wumensa.at/
The app seems to use a SOAP api at https://appservice.ventopay.com/ventopayappservice.svc
I don't know if this can easily be used with Python
There is some information here: https://appservice.ventopay.com/ but it does not seem to help
There are xml files at
http://menuplan.eurest.at/
For WU Wien, id = 16510
https://menuplan.eurest.at/CurrentWeek/K16510_DEU.xml
https://menuplan.eurest.at/K16510.xml
HTML version: http://menuplan.eurest.at/menu.html?current_url=%2FCurrentWeek%2FK16510_DEU.xml&showAdditives=0&showMealColors=0
Implemented parser for https://menuplan.eurest.at/CurrentWeek/K16510_DEU.xml in 6c24b76