chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
625 stars 109 forks source link

Change lxml parser to html.parser #150

Open NotNANtoN opened 2 years ago

NotNANtoN commented 2 years ago

Description

Really just a small thing: change the usage from lxml to html.parser in Profile, as you said you would do in #43

Fixes #43 #117 (issue)

Checklist

Additional notes (optional)