Software required:
After installation and putting the youtube-dl
in PATH
youtube-dl --username YOUR_USERNAME --password YOUR_PASSWORD --all-subs https://app.pluralsight.com/library/courses/javascript-development-environment -o "~/video/%(playlist)s/%(chapter_number)s. %(chapter)s/%(playlist_index)s. %(title)s.%(ext)s" --sleep-interval 10
Where
- YOUR_USERNAME is your Plural Sight username
- YOUR_PASSWORD is your Plural Sight password
--all-subs
will download video and subtitles- Add
--skip-download
if you only download subtitles (in case you downloaded video before) --sleep-internval
is optional but it's a safe practice to mimic video watching.