Hacker News new | ask | show | jobs
by yifanl 1409 days ago
lxml is supported (mostly) out of the box for BeautifulSoup, so you can it as a parser behind BS4's nicer interface, which I believe the OP does in the linked codebases.