Youtube - downloading a playlist - youtube-dl

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

    The easiest thing to do is to create a file.txt file and pass the link url link so:

    https://www.youtube.com/watch?v=5Lj1BF0Kn8c&list=PL9YFoJnn53xyf9GNZrtiraspAIKc80s1i
    

    make sure to include the -a parameter in terminal:

    youtube-dl -a file.txt
    

提交回复
热议问题