snippets/bash/mp3.sh
2024-10-03 01:47:38 +02:00

2 lines
55 B
Bash

#!/bin/bash
yt-dlp -i -x -f m4a --audio-format mp3 "$1"