Download and watch courses which your subscriptions in offline mode.
Install requirements.txt
$ pip install -r requirements.txt
Need to add geckodriver to PATH for selenium.
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"
$ python run.py