Python 3 version
Opened this issue ยท 1 comments
kjam commented
I should make this Python 3 compatible and update the code / libraries used, as it seems people enjoy it! ๐
davidedelerma commented
Hi Katharine,
Thanks for the tutorial, it is great.
I modified bs_scraper to make it compatible with Python 3, but I got a 404 status when I tried:
url = 'http://www.downtownla.com/3_10_happyHours.asp?action=ALL'
urllib.request.urlopen(url)
Do you see the same problem?
Best regards,
Davide