Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
/ tuts-rape Public archive

ScRape Tutsplus courses, so you can continue watching offline.

Notifications You must be signed in to change notification settings

dvlden/tuts-rape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TutsRape

ScRape Tutsplus courses, so you can continue watching offline.

Deprecated!

Tutsplus made few other changes that I recently discovered.

  1. They disable login form and enable it with JS when page is fully loaded or after a short delay. This is fixable via Selenium WebDriver Wait package.
  2. They no longer have <source> that contains the video link of the Wistia, but now instead contain <video src="" /> direct embed. The issue here is not that minor change, but the blob url that cannot be converted back to original address. I don't have solution to this, so I am deprecating this repository. If I figure out the solution someday, I will update the README file as well.

Tutsplus.com (envato tuts+) - is paid subscription service, that allows you to watch premium courses online. As you may have noticed, they do allow you to download LQ videos when you're on smartphone or tablet, but they do not allow you to download those HQ (720p HD) on your computer, for some reason...

TutsRape has been made to solve this, but also to automatize the process so that you can watch those videos offline later-on.

How to use TutsRape?

Prerequisites

  • You must be subscribed to Tutsplus.com
  • You must have Python 3 and pip installed

Afterwards

  • Clone this repository
  • Open Terminal and navigate to the folder of TutsRape
  • Install dependencies: pip install -r requirements.txt
  • Download chromedriver for your OS
  • Open config.yaml and setup required configuration
  • Run TutsRape: python init.py

That's it. Do something else meanwhile or take a coffee break!

Please, do not use TutsRape to leak Tutsplus videos somewhere else for free... Private/Personal use only, if you must watch the videos offline for some reason.

About

ScRape Tutsplus courses, so you can continue watching offline.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages