Program to split youtube audio file based on time and name of parts …

There is a youtube-dl fork that has an option to download the chapters separately (in fact it downloads also the full audio and then splits it). It is called yt-dlp. In order to download the best m4a audio in separate tracks: yt-dlp -f ba[ext=m4a] –split-chapters URL In order to first list the available formats: yt-dlp -F URL

https://askubuntu.com/questions/1429124/program-to-split-youtube-audio-file-based-on-time-and-name-of-parts-chapters