Hacker News new | ask | show | jobs
by vasinov 1151 days ago
I think BeautifulSoup is great but it's more of a set of building blocks that requires developers to implement their custom scraping logic. Trafilatura is awesome because it just works out of the box for most common tasks related to web scraping.
1 comments

Ah that’s nice to know, thank you.