Loading repository data…
Loading repository data…
jansenicus / repository
This Jupyter Notebook will help you downloading Coursera videos, subtitles and quizzes (but not answering the quiz). It will automatically download and convert vtt subtitle files into srt. All resources downloaded are numbered according to their sequence.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Click below to preview the Notebook:
python3
jupyter notebook
Is there a way to mass download the materials from a Coursera course?
How can I download all the video lectures of a coursera course in one go?
Are there any ways to batch download the complete course videos on coursera new platform?
How do I write a Python script that automatically downloads all the videos of the course from Coursera?
Ashish Kedia: How can I write a Script in Python to mass download all course videos from Coursera new platform and name them by lecture title?
downloading from the old 'http://class.coursera.org' is easy since:
downloading from the new 'https://www.coursera.org' however is harder since:
this compiled python gives solution to download all videos, subtitles and transcripts in:
https://www.coursera.org/
jupyter notebook