Skip to content

Instantly share code, notes, and snippets.

@the-spanish-guy
Created October 27, 2023 02:10
Show Gist options
  • Save the-spanish-guy/4562cf5be62882872b89f8daacd5165a to your computer and use it in GitHub Desktop.
Save the-spanish-guy/4562cf5be62882872b89f8daacd5165a to your computer and use it in GitHub Desktop.
download best video format + best audio format
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 link-here
@the-spanish-guy
Copy link
Author

Lembrando que precisa do ffmpeg e do yt-dlp pra isso

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