You are not logged in.

#1 2011-07-18 17:05:56

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Download several YouTube vids with clive and 1 command

Hi everybody!

Is it possible to use clive in one command to download several YouTube videos?
Not

clive "URL1"
clive "URL2"
clive "URL3"
clive "URL4"
clive "URL5"
clive "URL6"

but

clive some_way_to_enumerate_several_youtube_urls

Offline

#2 2011-07-18 17:26:45

oliver
Member
Registered: 2007-12-12
Posts: 448

Re: Download several YouTube vids with clive and 1 command

from the man page 

           clive can handle multiple URLs in one go. One way to do this, is to
           specify each on the command line as arguments. An alternative
           source could be a file. For example:

             cat >> urls.lst
             http://www.youtube.com/watch?v=DUM1284TqFc
             http://www.youtube.com/watch?v=TqgTz8ymZl8
             (CTRL+D)
             clive < urls.lst

           Make a note that each URL must be separated with a newline
           character.

Offline

Board footer

Powered by FluxBB