Youtube - downloading a playlist - youtube-dl

后端 未结 7 2009
囚心锁ツ
囚心锁ツ 2021-01-29 17:31

I am trying to download all the videos from the playlist:

I am using youtube-dl for this and the command is:

youtube-dl -citk –format mp4 –yes-playlist          


        
7条回答
  •  你的背包
    2021-01-29 17:50

    I have tried everything above, but none could solve my problem. I fixed it by updating the old version of youtube-dl to download playlist. To update it

    sudo youtube-dl -U
    

    or

    youtube-dl -U
    

    after you have successfully updated using the above command

    youtube-dl -cit https://www.youtube.com/playlist?list=PLttJ4RON7sleuL8wDpxbKHbSJ7BH4vvCk
    

提交回复
热议问题