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.73k stars 299 forks source link

If a lecture contains a quiz, the description of the lecture may change in the <a> text child #84

Closed camilojd closed 10 years ago

camilojd commented 10 years ago

If you download a part of the course material, and then attempt an embedded quiz on the lecture, the script would not recognize that you already downloaded the material previously, so if you run it again, it will create another directory with the "Quiz Attempted" text appended, and downloading all materials for that lecture again.

I have a simple fix for this, in order to pick up just the first part of the <a> inner text node, before the appended <span>✐ Quiz Attempted</span> markup.