This is an installation and runnable Docker for cousera-dl https://github.com/coursera-dl/coursera
The instructions assumes you have docker and Make installed on your system. It was tested on OSx, but should work on Linux as well.
Run
make
Now are in a docker with an installed coursera-dl Your computer's current folder is mounted inside the docker's current folder
Simply run
coursera-dl -u '<username>' -p '<password>' <course name>
Or for on demand courses
coursera-dl -u '<username>' -p '<password>' --on-demand <course name>
The course name is typically the name found in the url. For example: addiction-and-the-brain
When the download is complete run
exit
Now your current folder should contain all the videos.
Enjoy!!!