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

Misleading hint of the argument "-w" #134

Closed jayhenry closed 10 years ago

jayhenry commented 10 years ago

There is a help information in the code for the argument "-w" saying that "Comma separted list of week numbers to download e.g., 1,3,8". So I supposed that it must be the one that defines which week of courses you want to download. But when I used it, I found it didn't work as I supposed. It indeed indicates the lesson number, or the "index" which is used as the definition in the source code. So I suggest that the help information be modified as lesson number or sequence number or anything like that. The original hint, "week numbers", is too ambiguous. Finally, thank you for your works.