Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

download and watch courses which your subscriptions in offline mode

Notifications You must be signed in to change notification settings

bduman/pluralsight_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PluralSight Downloader

Download and watch courses which your subscriptions in offline mode.

Installation

Install requirements.txt

$ pip install -r requirements.txt

Need to add geckodriver to PATH for selenium.

Config

Create config.py

Username = "[email protected]" #  your mail or username
Password = "yourpass" # your password
Delay = 7 #  sleep time in each step
TryDownloadTimes = 3 # number of crash downloads for each course

Edit course link in run.py

link = "https://app.pluralsight.com/player?course=xxxx&author=yyyy&name=zzzz&clip=0&mode=live"

Run

$ python run.py

About

download and watch courses which your subscriptions in offline mode

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages