Fast Indexed python HTML parser which builds a DOM node tree, providing common getElementsBy* functions for scraping, testing, modification, and formatting. Also XPath.
Stars
101
Forks
25
Watchers
101
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fix test which should have been skipped when QueryableList is not installed, but was not getting skipped.
a90fc6cView on GitHubDont fail xpath test for a timing check I used in development. not a real failure, and some circumstances can cause task scheduling to alert here
10d7d18View on GitHubPython 3.9 now warns on "is 0" which used to be proper. Change to ==.
2014f1aView on GitHubFix problem in xpath code with python > 3.6, which doesnt like this explicit exception
d229718View on GitHub