Created
March 24, 2023 15:29
-
-
Save agmm/af1ed69ad2605c0b6f6179d6f69f2d3f to your computer and use it in GitHub Desktop.
Download Youtube video as MP3 using Podman
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
podman run -i --rm -v "$(pwd)":/data w33ble/youtube-dl -x --audio-format mp3 "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment