On 10/01/2012 05:07 PM, Marko Vojinovic wrote: > Really, the simplest way is to create a > bash script: > > #! /bin/bash > youtube-dl -t <url1> > youtube-dl -t <url2> > youtube-dl -t <url3> > ... > > and let it run. That's my main reason for using youtube-dl. Then again, my > usecase is not very common... ;-) Even simpler: #while read a; do youtube-dl -t "$a";done Then you paste the list of URLs and press Ctrl-D. No script! :-) -- Roberto Ragusa mail at robertoragusa.it -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org