tutsplus-dl icon indicating copy to clipboard operation
tutsplus-dl copied to clipboard

Update

Open ghost opened this issue 10 years ago • 13 comments

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.

ghost avatar Sep 10 '14 08:09 ghost

Do you think you can update the beautifulsoup4 part or is the error related to something else?

ghost avatar Sep 16 '14 17:09 ghost

@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.

sfdye avatar Sep 22 '14 04:09 sfdye

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 avatar Oct 18 '14 10:10 HostOnNet

@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!

sfdye avatar Oct 18 '14 10:10 sfdye

Stumbled upon the same error. Hope you have time to fix it :) Nice work though!

marcianosr avatar Jan 14 '15 22:01 marcianosr

@marcianosr Hi noted. I will update the script to support the new site and Python 2 & 3, when I got time.

sfdye avatar Jan 15 '15 00:01 sfdye

would also be interested!

simonschaufi avatar Dec 29 '15 23:12 simonschaufi

I third that!

d3banjan avatar Mar 23 '16 23:03 d3banjan

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

jagdishadusumalli avatar Jan 19 '17 20:01 jagdishadusumalli

@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! :)

jdunk avatar Mar 21 '17 17:03 jdunk

I don't have a membership either.

simonschaufi avatar Mar 22 '17 17:03 simonschaufi

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.

jdunk avatar Mar 22 '17 18:03 jdunk

I tried the following command but failed
python tutsplus-dl.py -u *** -p ** https://code.tutsplus.com/courses/----

aliabbas-2012 avatar Jul 25 '17 13:07 aliabbas-2012