Here is how I manage to download all videos of specific course from http://coursera.org. Even counrsera-downloader Chrome extension sucks. I would rather do it from command-line.
- nodejs
- shelljs (
npm install -g shelljs
)
- The following script to be run in 'all videos' page of http://coursera.org course, would copy all video links with their titles as JSON to clipboard.