Youtube - downloading a playlist - youtube-dl

后端 未结 7 1901
囚心锁ツ
囚心锁ツ 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:54

    Removing the v=...& part from the url, and only keep the list=... part. The main problem being the special character &, interpreted by the shell.

    You can also quote your 'url' in your command.

    More information here (for instance) :

    https://askubuntu.com/questions/564567/how-to-download-playlist-from-youtube-dl

提交回复
热议问题