【发布时间】:2021-06-09 17:48:02
【问题描述】:
当我从 ytdl 加载视频时,它会在控制台中打印:[youtube] videoLink: Downloading webpage。我怎样才能让它停止打印这些?
【问题讨论】:
当我从 ytdl 加载视频时,它会在控制台中打印:[youtube] videoLink: Downloading webpage。我怎样才能让它停止打印这些?
【问题讨论】:
好的,我想我知道怎么做了。我只需要像这样定义我的 ydl_opts:
ydl_opts = {
'quiet': True
}
【讨论】: