Skip to content

Instantly share code, notes, and snippets.

@slitayem
Last active July 11, 2018 15:19
Show Gist options
  • Save slitayem/856088cab5936792220323a6320c6502 to your computer and use it in GitHub Desktop.
Save slitayem/856088cab5936792220323a6320c6502 to your computer and use it in GitHub Desktop.
Download coursera course
git clone https://github.com/coursera-dl/coursera-dl
cd coursera-dl
mkvirtualenv venv --python=`which python3`
pip3 install -r requirements.txt
./coursera-dl -u <Email-id> -p <Password> --subtitle-language en <course-title>

The coursera title is taken from the course url https://www.coursera.org/learn/<course-title>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment