Scripts/youtube-mp3-album
2023-01-03 17:40:44 +01:00

3 lines
140 B
Bash
Executable File

#!/bin/sh
yt-dlp --extract-audio --split-chapters --audio-format mp3 -f best -o "chapter:%(section_number)s - %(section_title)s.%(ext)s" $1