Created
July 19, 2018 09:22
-
-
Save johnpaulada/b71872e348cc6b35dcb3af07ea31c14f to your computer and use it in GitHub Desktop.
Download Pluralsight courses with Pipenv.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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