Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mavericksrini/76be0a2871d6b5b776269d9a54049130 to your computer and use it in GitHub Desktop.
Save mavericksrini/76be0a2871d6b5b776269d9a54049130 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