Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 3.41 KB

File metadata and controls

43 lines (31 loc) · 3.41 KB

###I no longer maintain this repo.

Coursera Video Downloader Bookmarklet

Acknowledgements first, this project is a fork of christiangenco's repo here which in turn is an expansion of a gist by csabapalfi.

This bookmarklet adds functionality to Coursera's Video Lectures page to download and organize multiple videos at once with curl.

Screenshot of the Coursera Video Downloader Bookmarklet

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

Use

  1. Add the script in bookmarklet.js as a bookmark in your browser.

Bookmarklet

  • Navigate to the "Video Lectures" page of any Coursera course. Coursera Video Lectures
  • Click the "Coursera Downloader" bookmarklet in your bookmarks bar. This will add checkboxes to each video and a command output section at the top of the page. Coursera Video Lectures After Bookmarklet
  • Select the videos you wish to download.
  • "Select all" and "copy" the generated bash code in the text area near the top of the page. Copy Bash Code
  • On your machine, open a terminal and navigate to the location you'd like your videos downloaded to. cd to video download location
  • Paste the GIGANTIC command into your terminal and hit enter. Past in generated code

Your selected videos will now be downloaded with the curl utility and organized as described above.

Other Coursera Downloader Tools