View Single Post
  #10  
Old 10-18-2012, 03:22 PM
jmersh jmersh is offline
Junior Member
 
Join Date: Oct 2012
Posts: 16
jmersh is on a distinguished road
Default

Re: rtmpdump on linux


I need a script that I can run on LinuxMint that will pull videos and store them in specific places.

Example:

www.whatever.com/a ---> /a/a.flv
www.whatever.com/b ---> /b/b.flv

If there is an issue with the server or some kind of error that screws up the downloading process the script will retry the same file but increment it.

Example

www.whatever.com/a ---> /a/a.flv fails ---> /a/a-1.flv (second try)
Reply With Quote