amosbastian / understat

An asynchronous Python package for https://understat.com/.
MIT License
157 stars 30 forks source link

Replace BeautifulSoup with lxml or similar #4

Open rasoolsomji opened 5 years ago

rasoolsomji commented 5 years ago

BeautifulSoup is quite a heavyweight package to be just grabbing one JSON variable from the page. Lxml might be quicker or since understat.com is pretty well-formed you could even treat the whole document as a string and just search for the Githubissues.

  • Githubissues is a development platform for aggregating issues.