Skip to content

Instantly share code, notes, and snippets.

@xtotdam
Created April 13, 2018 21:56
Show Gist options
  • Save xtotdam/f1842c68f90776824d85ea129b792c45 to your computer and use it in GitHub Desktop.
Save xtotdam/f1842c68f90776824d85ea129b792c45 to your computer and use it in GitHub Desktop.
--extract-audio
--prefer-ffmpeg
--audio-format mp3
--audio-quality 4
### VBR: between 0 (better) and 9 (worse)
--restrict-filenames
--output "C:\\Users\\Root\\Downloads\\youtube-dl\\%(title)s!%(id)s.%(ext)s"
--write-description
--write-info-json
### --write-annotations ### not really useful
--embed-thumbnail
--write-thumbnail
--exec "python youtube-dl-postprocess.py {}"
@xtotdam
Copy link
Author

xtotdam commented Apr 13, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment