Skip to content

Instantly share code, notes, and snippets.

@infinitecontext
Last active April 28, 2020 20:05
Show Gist options
  • Select an option

  • Save infinitecontext/e6442e88390ef29e4cb2f352867ef213 to your computer and use it in GitHub Desktop.

Select an option

Save infinitecontext/e6442e88390ef29e4cb2f352867ef213 to your computer and use it in GitHub Desktop.
my configuration for youtube-dl
-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