snippets/bash/mp3.sh

2 lines
55 B
Bash
Raw Normal View History

2024-10-02 23:47:38 +00:00
#!/bin/bash
yt-dlp -i -x -f m4a --audio-format mp3 "$1"