当我从ytdl加载视频时,它会在控制台中打印:[youtube] videoLink: Downloading webpage。我怎么做才能让它停止打印这些?
[youtube] videoLink: Downloading webpage
发布于 2021-03-11 21:45:01
好吧,我想我知道怎么做了。我只需要像这样定义我的ydl_opts:
ydl_opts = { 'quiet': True }
https://stackoverflow.com/questions/66587544
相似问题