dgorissen / coursera-dl

A script for downloading course material (video's, pdfs, quizzes, etc) from coursera.org
http://dirkgorissen.com/2012/09/07/coursera-dl-a-coursera-download-script/
GNU General Public License v3.0
1.74k stars 299 forks source link

generating html output with lectures and resources list #158

Closed SebastianLopienski closed 9 years ago

SebastianLopienski commented 9 years ago

The new code generates an html file (materials.html) with a list of lectures and their materials (pdfs, mp4 etc.) as downloaded. This file makes it easy to access various downloaded resources without traversing week/lecture directory tree on the file system. (Unfortunately, the downloaded index.html and lectures.html files don't show the list of lectures and resources - see dgorissen/coursera-dl#157.)

Here's how this new html file looks like for the "Functional Programming Principles in Scala" course:

image