Skip to content

Instantly share code, notes, and snippets.

@agmm
Created March 24, 2023 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agmm/af1ed69ad2605c0b6f6179d6f69f2d3f to your computer and use it in GitHub Desktop.
Save agmm/af1ed69ad2605c0b6f6179d6f69f2d3f to your computer and use it in GitHub Desktop.
Download Youtube video as MP3 using Podman
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