isislovecruft / txrecaptcha

Twisted reCAPTCHA client
Other
4 stars 0 forks source link

suggestion: consider html5lib rather than BeautifulSoup? #1

Open glyph opened 9 years ago

glyph commented 9 years ago

BeautifulSoup doesn't have a terribly consistent API, and if you need to screen-scrape, html5lib has a highly browser-like interpretation of pretty much all HTML (it was the reference implementation during html5 spec discussions, as I understand it).

Just a thought!

isislovecruft commented 9 years ago

@glyph Hey, thanks! This looks great, I'll test it out.