Coursera-dl is a python script which downloads course content from coursera efficiently.
The general method for downloading content from coursera is by downloading videos individually, which is a very
time consuming process.
So, I searched for a solution. I found a very old github repository with a python script which downloads course
content from coursera using its API, but not working due to the updated Coursera API.
As I was completing a course on APIs at that time, I wanted to challenge myself to make it work by tweaking the
script.
I successfully made it work! Here is the final working
script.