python-web-scraping-tutorial
python-web-scraping-tutorial copied to clipboard
Python 3 version
I should make this Python 3 compatible and update the code / libraries used, as it seems people enjoy it! :+1:
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