mit-ocw-dl
mit-ocw-dl copied to clipboard
Failing to download... no error given
This is my input
python2.7 download.py https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2015/lecture-videos/
Which OS? I've tested it with success on Linux today and works fine for me.
In case it fails for you, please feel free to shoot a PR with a fix , I guess it should be trivial.
Hey @aj326 , what was your exact output when you ran the command?
looks like it's because lec_url_list was empty, hence causing the blank output because nothing could be downloaded. I have the same issue, i'll send in a pull request to get it fixed