Quote:
Originally Posted by key
I can download each file separately via terminal, that work flawless, but it takes much time. I'm talking about 100 url's.
Is there a way to download all urls automatically? I've tried rtmpdump GUI (Mac OSX) but I always get errors like "wrong protocol" and so on. Maybe there are alternative ways to do it.
|
First of all replace in your text file '-s' to '-W'. Then add the following line at the top of file:
#!/bin/bash
and change permissions by running from terminal chmod o+x <filename>
Hope
such article helps.