I’ve been burned by bad HTML too many times, so now I just use `requests-html`. It’s got a built-in parser html python setup that auto-fixes a lot of common issues.
Plus, it can render JS if you need it, which is handy for some sites.
Downside? It’s heavier than the other options.
Plus, it can render JS if you need it, which is handy for some sites.
Downside? It’s heavier than the other options.
