Skip to content

Instantly share code, notes, and snippets.

@jangeador
Created March 17, 2017 00:19
Show Gist options
  • Save jangeador/fef8263d6a0f88d82b110dbfdaf6f17f to your computer and use it in GitHub Desktop.
Save jangeador/fef8263d6a0f88d82b110dbfdaf6f17f to your computer and use it in GitHub Desktop.
Youtube-DL Config
# MP3 CONFIG
#--extract-audio
#--audio-format "mp3"
#--ignore-errors
#-o '~/youtube/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s'
# VIDEO CONFIG
--ignore-errors
-f best[height<=?720,ext=mp4]
--audio-format "mp3"
--audio-quality 0
--restrict-filenames
--write-info-json
--output '~/youtube/%(playlist)s/%(title)s.%(ext)s'
--metadata-from-title "%(artist)s - %(title)s"
--add-metadata
--playlist-start 1
#--playlist-end 100
--no-overwrites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment