📜  youtube 音乐下载 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:30.380000             🧑  作者: Mango

代码示例2
youtube-dl can be installed easily:

sudo apt-get install youtube-dl ffmpeg
Then simply:

youtube-dl -t --extract-audio --audio-format mp3 YOUTUBE_URL_HERE

(As shown here by duffydack.)
https://askubuntu.com/questions/115587/how-can-i-download-music-from-youtube-and-not-the-video-film/115597#115597