Youtube_dl : ERROR : YouTube said: Unable to extract video data

前端 未结 4 2209
别跟我提以往
别跟我提以往 2021-01-17 08:41

I\'m making a little graphic interface with Python 3 which should download a youtube video with it URL. I use for that the module youtube_dl. This is my code :



        
4条回答
  •  失恋的感觉
    2021-01-17 09:36

    If you are using youtube-dl command line on MacOsx update using this command :

    sudo youtube-dl --update
    
    

提交回复
热议问题