palewire / first-web-scraper

A step-by-step guide to writing a web scraper with Python
https://palewi.re/docs/first-web-scraper/
GNU General Public License v3.0
203 stars 165 forks source link

Fix the soup.find method #11

Closed michaelaharvey closed 8 years ago

michaelaharvey commented 8 years ago

This instruction wasn't working. Making this change made it work for me