This bookmarklet adds functionality to Coursera's Video Lectures page to download and organize multiple videos at once with curl.
The bookmarklet generates bash code that can be entered directly into the command line and will download the selected videos sequentially. The videos are organized in the following structure:
1. Introduction - Why Model?/
1. Why Model?.mp4
2. Intelligent Citizens of the World.mp4
...
2. Segregation and Peer Effects/
...
- Navigate to this project's GitHub Page. (Why?)
...
Why do I have to navigate to this project's GitHub Page before installing the bookmark?
The GitHub-flavored markdown renderer on this project's repo page doesn't allow inline javascript, which is how the bookmark functions, so the simple "drag-and-drop" into your bookmarks bar doesn't work. GitHub pages allow this.
- coursera-dl by jplehmann: "Script for downloading Coursera.org videos and naming them." (python)
- coursera_downloader.py by LoganDing: "A python script to download lectures (videos and slides) from Cousera.org" (python)
This project is an expansion of a gist by csabapalfi.
Suggestions are welcome! Please tweet your bugs or improvements to @cgenco.