1

How can i download youtube videos one after another automatically from terminal? is there any chance to download youtube videos one after the another automatically from terminal??

Narasimha Reddy.P
  • 449
  • 2
  • 8
  • 17

1 Answers1

4

I was quite tempted to mark this question as a duplicate of How do I download a YouTube video?

However, your question is remotely different because you want to download YouTube videos one after another, not a single YouTube video. This is also simple: use the program youtube-dl as suggested in this answer. youtube-dl can also take a list of URLs as parameters and download them one by one.

For instance,

youtube-dl http://www.youtube.com/watch?v=CP8CNp-vksc http://www.youtube.com/watch?v=JmOXHH3DTwg
Malte Skoruppa
  • 13,196
  • 5
  • 57
  • 65