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

Issue #70: Added and tested --gz option #83

Closed jackmaney closed 10 years ago

jackmaney commented 10 years ago

The --gz option now tarballs the course and then removes the directory tree containing the course. I also added a .gitignore because git kept wanting to add the .pyc files.

dgorissen commented 10 years ago

Would you mind updating to the current master. I have cleaned some things up. I will then merge the request.

jackmaney commented 10 years ago

To be honest, this is the first merge conflict that I've had to manually handle in git. I believe that I handled things correctly, but if you could take a glance and make sure everything looks right, I'd appreciate it. Thanks.

jackmaney commented 10 years ago

The update has been done, and the feature is ready to be merged whenever you're ready.