leoncvlt / blinkist-scraper

📚 Python tool to download book summaries and audio from Blinkist.com, and generate some pretty output
191 stars 35 forks source link

Various small fixes and improvements (in preparation for some bigger changes) #50

Closed rocketinventor closed 3 years ago

rocketinventor commented 3 years ago

Made many small changes to better follow code best practices.

Improves code quality, style, and performance. Fixes a few small bugs, and better catches some errors. Follows instructions from selenium-wire to make chromedriver less detectable when using undetected-chromedriver (if the selenium-wire package gets updated).

leoncvlt commented 3 years ago

Sorry for not looking at this sooner - real-life work has been quite hectic 😛 I'll give it a proper look this weekend!