How to extract videos info of a huge channel using python youtube-dl?

后端 未结 0 1110
我在风中等你
我在风中等你 2020-11-27 04:05

I\'m using the following code to extract videos info (without downloading):

import youtube_dl

with youtube_dl.YoutubeDL({}) as ydl:
    result = ydl.extract_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题