Skip to content

Instantly share code, notes, and snippets.

@jamezrin
Created December 12, 2016 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamezrin/a4f5e3d39ed2e1d4955a559fa09b232d to your computer and use it in GitHub Desktop.
Save jamezrin/a4f5e3d39ed2e1d4955a559fa09b232d to your computer and use it in GitHub Desktop.
# Force resume of partially downloaded files
-c
# Continue on download errors
-i
# Do not overwrite files
-w
# Convert video files to audio-only files
-x
# Specify mp3 audio format
--audio-format mp3
# Specify best audio quality
--audio-quality 0
# Embed thumbnail in the audio as cover art
--embed-thumbnail
# Output filename template
-o ./output/%(title)s.%(ext)s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment