Skip to content

Instantly share code, notes, and snippets.

@thecodingcod
Last active November 24, 2018 22:47
Show Gist options
  • Save thecodingcod/4a64bc5b79128a05491cece1a9b8b886 to your computer and use it in GitHub Desktop.
Save thecodingcod/4a64bc5b79128a05491cece1a9b8b886 to your computer and use it in GitHub Desktop.
youtube-dl & pluralsight command
youtube-dl -ci -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" --username "<username or email>" --password "<password>" --verbose --sleep-interval 120 "<link>"

link example: https://app.pluralsight.com/library/courses/javascript-getting-started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment