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

Added option to ignore optional lectures #78

Closed ayberk closed 10 years ago

ayberk commented 10 years ago

I added --no-option parameter to ignore optional lectures. The problem is there is no certain way to determine if a lecture is optional other than checking the lecture's name. The script will ignore all lectures containing "optional" in their names.

dgorissen commented 10 years ago

superseded, added -wp cmd line argument