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

Docker compatibility #49

Closed johndoe-dev00 closed 3 years ago

johndoe-dev00 commented 3 years ago

Added command-line switch --no-sandbox, which calls chrome with the option --no-sandbox. This is necessary to allow running the whole blinkist-scraper + chrome setup as root inside a docker container.

leoncvlt commented 3 years ago

Thanks!