Replace lxml with ElementTree or something thats pure python.
rasjani opened this issue · 2 comments
rasjani commented
lxml library currently used to parse api results uses native code and getting it run in all supported platforms is pain in the ass dependency wise.
Evaluate elementtree or some other alternatives and rewrite all code to use a suitable candidate.
rasjani commented
ElementTree can't parse Edge url's due to html being malformed..
rasjani commented
fixed in 0.7.1