mikeckennedy / python-jumpstart-course-demos

Contains all the "handout" materials for my Python Jumpstart by Building 10 Apps course. This includes try it yourself and finished versions of the 10 apps.
https://talkpython.fm/course
MIT License
746 stars 537 forks source link

Weather underground url structure has changed #48

Closed RuiApostolo closed 4 years ago

RuiApostolo commented 4 years ago

It is now:

https://www.wunderground.com/weather/[/]/

For example: https://www.wunderground.com/weather/us/or/portland https://www.wunderground.com/weather/gb/edinburgh

mikeckennedy commented 4 years ago

Hi @RuiApostolo Thanks for posting this. Yes, it did. We changed it in the code on github. Here's the line:

https://github.com/mikeckennedy/python-jumpstart-course-demos/blob/master/apps/05_weather_client/final/program.py#L48

The app doesn't ask for country but of course you can easily update it to do so.