jcontini / facebook-photos-download

Download your tagged photos from Facebook
MIT License
38 stars 24 forks source link

added webdriver-manager #11

Open 3rdLaw opened 5 years ago

3rdLaw commented 5 years ago

Thanks so much for making this tool, It was super useful!

So when running it I initially got an exception stating “'chromedriver' executable needs to be available in the path”, and per here I added a python dependency which appears to manage the driver executables for you, and it worked for me, so here is a PR just in case you think it will be generally useful.