Skip to content

Instantly share code, notes, and snippets.

@yassermzh
yassermzh / download-coursera-videos-shell.md
Last active August 29, 2015 14:19
Download coursera videos from shell

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.

Requirements

  • nodejs
  • shelljs (npm install -g shelljs)

Instructions

  1. 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.