2 lines
55 B
Bash
2 lines
55 B
Bash
|
#!/bin/bash
|
||
|
yt-dlp -i -x -f m4a --audio-format mp3 "$1"
|