What is Coursera Metro Download UI?
Coursera Metro Download UI is a Modern/Metro Front end to the python script "coursera-dl-script.ph" or "coursera-dl.exe". The user interface allows you to easily download all of your classwork lectures/slides/videos/etc. from the Coursera website. The original script can be found here: https://github.com/dgorissen/coursera-dl
Setup
To setup Coursera Metro Download UI:
- Make sure you have installed Python 2.7 and pip.
- Install coursera-dl scripts: "pip install coursera-dl"
[https://github.com/abhirama/coursera-download]
[Python]
[pip]
Coursera-DL Usage
See: coursera-dl -h
Example usage:
coursera-dl -u myusername -p mypassword -d /my/coursera/courses/ algo-2012-001 ml-2012-002
Note: you can also specify your login and password in .netrc file in your home directory. Just add this line to ~/.netrc
machine coursera-dl login myusername password mypassword
Now you can use coursera-dl like this:
coursera-dl -d /my/coursera/courses/ algo-2012-001 ml-2012-002
Authors and Contributors
- Coursera Metro Download UI:@djengineerllc
- coursera-dl: @dgorissen, @abhirama
Screenshots
Coursera-DL

Coursera Metro Download UI
Home

Console

Support or Contact
Having trouble with Pages? Check out the github home page at Coursera Metro Download UI GitHub page or contact philipmoore[AT]gmail.com and we’ll help you sort it out.