Skip to content

Instantly share code, notes, and snippets.

@aniketjs
Last active March 31, 2023 18:41
Show Gist options
  • Save aniketjs/75be348bda91ac9d35c264194ffe97b8 to your computer and use it in GitHub Desktop.
Save aniketjs/75be348bda91ac9d35c264194ffe97b8 to your computer and use it in GitHub Desktop.
yt-dlp commands

yt-dlp commands

Best mp3

yt-dlp -f 'ba' -x --audio-format mp3 --embed-thumbnail --embed-subs --embed-metadata *enter-video-link* -o '%(title)s.mp3'

Best video + Best audio

yt-dlp -f 'bv*+ba' --embed-thumbnail --embed-subs --embed-metadata *enter-video-link*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment