Scripts/youtube-mp3
2023-04-09 13:14:40 +02:00

3 lines
108 B
Bash
Executable File

#!/bin/zsh
yt-dlp --extract-audio --audio-format mp3 -f best -o "%(playlist_index)s - %(title)s.%(ext)s" $1