anilabhadatta / educative.io_scraper

Educative.io Course Downloader developed using Python and Selenium. Refer Readme.md for setup instructions.
MIT License
170 stars 57 forks source link

[Minor Bug] [MacOS] Scraper fails to run if path has space in it #107

Closed s-borah closed 8 months ago

s-borah commented 8 months ago

I get the following error when my path contains space in MacOS -

educative.io_scraper>>python3 setup.py --run
/Volumes/MyDrive/Educative Contents/educative.io_scraper/env/bin/python3: can't open file '/Volumes/MyDrive/Educative': [Errno 2] No such file or directory
s-borah commented 8 months ago

@anilabhadatta The linked PR fixed the issue for me.