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 300 forks source link

Enhancement: --no-clobber [PATCH] #132

Closed danmbox closed 10 years ago

danmbox commented 10 years ago

Added an option to skip existing files. Very handy when re-downloading the 2nd or 3rd time due to the "requests" mess (I usually run a script that identifies and removes broken files after coursera-dl finishes, then re-download)

(patch renamed as .png, seems to download fine; thanks, Github!)

0001-added-no-clobber-arg

dgorissen commented 10 years ago

Thanks for that, please submit a pull request.