Skip to content

Instantly share code, notes, and snippets.

@gboncoffee
Created July 6, 2024 13:56
Show Gist options
  • Save gboncoffee/af1be123afb86d17c320527dfdbd5c79 to your computer and use it in GitHub Desktop.
Save gboncoffee/af1be123afb86d17c320527dfdbd5c79 to your computer and use it in GitHub Desktop.
Snippet for downloading mp3 with yt-dlp
#!/bin/sh
which yt-dlp
yt-dlp -i -x --audio-format mp3 $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment