我是youtube_dl的新手,我想在mp3上下载一个youtube播放列表,经过大量研究,我能够编写以下代码:from time import sleep# Gets the playlist and stores the video info in a list
ydl = youtube_dl.YoutubeDLwith youtube_dl.YoutubeDL(ydl_opts) as
我想配置youtube-dl,使它只在mp3中下载音频文件。在它的帮助中,它显示了以下一行: --extract-audio--no-mtime to always extract the audio and not copy
the mtime) into /etc/youtube-dl.confand/or ~