Youtube - downloading a playlist - youtube-dl

后端 未结 7 1903
囚心锁ツ
囚心锁ツ 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 18:13

    I found the best solution after many attempts for this problem.

    youtube-dl --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s" --yes-playlist https://www.youtube.com/playlist?list={your-youtube-playlist-id}
    
    0 讨论(0)
提交回复
热议问题