Created
April 13, 2018 21:56
-
-
Save xtotdam/f1842c68f90776824d85ea129b792c45 to your computer and use it in GitHub Desktop.
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
--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 {}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to be used together with https://gist.github.com/xtotdam/850b8515c49c7d2e529c3b7a9fcecfdc