Created
July 6, 2024 13:56
-
-
Save gboncoffee/af1be123afb86d17c320527dfdbd5c79 to your computer and use it in GitHub Desktop.
Snippet for downloading mp3 with yt-dlp
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
#!/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