3 lines
141 B
Bash
Executable File
3 lines
141 B
Bash
Executable File
#!/bin/zsh
|
|
yt-dlp --extract-audio --split-chapters --audio-format mp3 -f best -o "chapter:%(section_number)s - %(section_title)s.%(ext)s" $1
|