5 ms·
How do you get the audio from Youtube?
by xadoc 3y ago
How do you get the audio from Youtube?
- nicexe 3y agoI use https://github.com/yt-dlp/yt-dlp https://github.com/yt-dlp/yt-dlp You can use -F to get the available formats and find out an audio-only stream then -f FORMAT to download the specified stream.