Skip to content

Instantly share code, notes, and snippets.

@quangnd-pgvn
Created October 1, 2017 01:12
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save quangnd-pgvn/5dcbfc3822072d176acc746cba3258a2 to your computer and use it in GitHub Desktop.
Save quangnd-pgvn/5dcbfc3822072d176acc746cba3258a2 to your computer and use it in GitHub Desktop.
Download Pluralsight videos

Download Plural Sight videos

Software required:

youtube-dl

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment