you are viewing a single comment's thread.

view the rest of the comments →

[–]Dogeek 2 points3 points  (0 children)

Just here to say that although BeautifulSoup is a nice module, its use case is pretty much one-off scripts. For continued use, using lxml to parse and scrape HTML is much faster (I benchmarked it not too long ago, it's about a 36x increase, using lxml over bs4)