Last active
April 23, 2020 19:23
-
-
Save alptugan/bb21486eeb3c160ae1092aa56a10d21a 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
youtube-dl --extract-audio --audio-format mp3 [video link] | |
# best audio with best video | |
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 'PASTE_YOUTUBE_URL' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment