Last active
April 28, 2020 20:05
-
-
Save infinitecontext/e6442e88390ef29e4cb2f352867ef213 to your computer and use it in GitHub Desktop.
my configuration for youtube-dl
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
| -u "[USER_NAME_OR_EMAIL]" | |
| -p "[PASSWORD]" | |
| -i | |
| -c | |
| --no-warnings | |
| --no-check-certificate | |
| --restrict-filenames | |
| --add-header Referer:"https://app.pluralsight.com/library/courses/" | |
| --console-title | |
| --batch-file='batch-file.txt' | |
| --max-sleep-interval 120 | |
| --min-sleep-interval 60 | |
| -o '%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s' | |
| -f 'best[height<=720]/worst[height>720]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment