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

Correct behavior when dealing with courses which don't have an -00x suffix. #96

Closed ghost closed 10 years ago

ghost commented 10 years ago

Early courses (See: coursera.org/db) don't have any suffixes. Later courses (See: x-001, x-2012-001) have inconsistent suffixing.

This should get rid of all "-#" suffixes without throwing ValueError as .rindex does when there are no suffixes.