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

Improve mac / linux compatibility #3

Closed leoncvlt closed 4 years ago

leoncvlt commented 4 years ago

Right now the script is hardcoded to use chromedriver.exe which obviously only works on windows. Should make the chromedriver path into a proper argument so people can use the windows or linux executable as well.

nerrons commented 4 years ago

macOS #7

leoncvlt commented 4 years ago

b044e46d728b402216e5ff211ca7c4396e4bb2d2 should make this work on both mac & linux!