Created
March 17, 2017 00:19
-
-
Save jangeador/fef8263d6a0f88d82b110dbfdaf6f17f to your computer and use it in GitHub Desktop.
Youtube-DL Config
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
# 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