Created
April 19, 2019 20:25
-
-
Save Roadmaster/c0c660367a3b753afc238c65b1fc825a to your computer and use it in GitHub Desktop.
youtube-dl command lines
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
Small format (no 4k monstrosities thanks): | |
youtube-dl -f "[height <= 1024]" -a bru.txt | |
Good quality: | |
youtube-dl -f "bestvideo+bestaudio[ext=m4a]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment