Skip to content

Instantly share code, notes, and snippets.

@johnpaulada
Created July 19, 2018 09:22
Show Gist options
  • Select an option

  • Save johnpaulada/b71872e348cc6b35dcb3af07ea31c14f to your computer and use it in GitHub Desktop.

Select an option

Save johnpaulada/b71872e348cc6b35dcb3af07ea31c14f to your computer and use it in GitHub Desktop.
Download Pluralsight courses with Pipenv.
pipenv run youtube-dl --username "username" --password "password" --verbose --sleep-interval 40 --max-sleep-interval 60 --download-archive archive.txt -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://app.pluralsight.com/library/courses/genetic-algorithms-genetic-programming/table-of-contents && osascript -e 'display notification "Your PluralSight download completed." with title "Download Complete!"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment