mulyoved / Coursera-Video-Downloader-Bookmarklet

Adds multi-download feature to Coursera's "Video Lecture" page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coursera Video Downloader Bookmarklet

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. Navigate to this project's GitHub Page. (Why?)

...

Notes

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.

Other Coursera Downloader Tools

Acknowledgements

This project is an expansion of a gist by csabapalfi.

Contact

Suggestions are welcome! Please tweet your bugs or improvements to @cgenco.

About

Adds multi-download feature to Coursera's "Video Lecture" page


Languages

Language:JavaScript 100.0%