tutsplus-dl
tutsplus-dl copied to clipboard
Update
Hello Wan
Unfortunately I am getting an error.
File "tutsplus-dl.py", line 82 print report ^ SyntaxError: invalid syntax
Using Python 3.4.1 on Windows, got pip, requests and beautifulsoup4 installed and running correctly.
Any help is much appreciated.
Do you think you can update the beautifulsoup4 part or is the error related to something else?
@monolux Thanks for the issue. The tuts+ site itself just went through a major upgrade. Therefore the script may not be working anymore. Let me take a look and get back to you.
print error was due to python 3, script need python 2.
But still there is some errors as tutplus had changed from table layout to div based layout. There is no section-row anymore.
It will be great if script worked with latest site + support for user authentication, so members can download courses.
@hostonnet Hi I'm aware of the changes. Will update the code if got time. Feel free to contribute as well. Send a pull request!
Stumbled upon the same error. Hope you have time to fix it :) Nice work though!
@marcianosr Hi noted. I will update the script to support the new site and Python 2 & 3, when I got time.
would also be interested!
I third that!
This script by @mhanson01 is working but has lacks some features like file sizes and download progress indicator. Wish @sfdye and @mhanson01 could merge and make this all work beautifully
@monolux @simonschaufi @d3banjan
I'm interested in creating a Chrome Extension that will work with the current layout (I think a Chrome Extension would be best as you get js execution and download progress--not to mention pause & resume & simultaneous downloads--for free). However, my annual membership has lapsed and I can't justify spending the funds to renew. If anyone could lend me their credentials for the purpose of building this, then I'd happily build it! :)
I don't have a membership either.
Well a downloader would only be of any use to someone with download access (i.e. with an active annual membership). So if anyone else here's membership is still active, or if any new folks come along looking for this, I'll be right here.
I tried the following command but failed
python tutsplus-dl.py -u *** -p ** https://code.tutsplus.com/courses/----