Download all Coursera materials

Mehul Prajapati
1 min readJun 6, 2017

--

I am sharing a simple trick to download all videos with subtitles, slides and other materials of the course you are enrolled in.

When you enroll in any course, going through all videos one by one and manually downloading it, is a big pain.

Thankfully, there is an open source software available to get all these using just one command → coursera-dl

To download your own enrolled course materials, Go to your courses home, copy the course name from URL and paste it in below command,

./coursera-dl -u <Email-id> -p <Password> --subtitle-language en <Course name>

For example,

The above steps will download all Rapsberry Pi interface course material.

That’s all friends. Enjoy Courses :)

--

--