yoonwaiyan / stackskills-dl

Simple Ruby script to download all StackSkills tutorials.
https://yoonwaiyan.github.io/stackskills-dl/
MIT License
59 stars 19 forks source link

Cant find downloaded files #44

Closed bfraser85 closed 5 years ago

bfraser85 commented 5 years ago

Hi, I'm using Docker to download some courses and I'm having two issues: First issue is I can't seem to find the downloaded files. I've looked in the /downloads directory where I have the code stored and this remains empty despite docker appearing to be successfully downloading videos. Second issue is I'm now getting an "unable to write data: no space left on the device" error. The disk I have shared with docker definitely has room left on it. In fact it doesnt seem to change size at all despite the appearance of successful downloads..

Everything else appears to be working fine. I get prompted with login details, it returns the correct number of courses etc. Running windows 10.

Any ideas?