SyntaxFix
Write A Post
Hire A Developer
Questions
With gazpacho you could pipeline the page straight into a parse-able soup object:
from gazpacho import Soup url = "http://www.thefamouspeople.com/singers.php" soup = Soup.get(url)
And run finds on top of it:
soup.find("div")