View Single Post
  #1  
Old 04-06-2010, 11:01 AM
streamdumper streamdumper is offline
Junior Member
 
Join Date: Apr 2010
Posts: 7
streamdumper is on a distinguished road
Default

Batch/enumerated downloading?


I was wondering if there is an easier way to create a download list / batch job for rtmpdump than the one I'm currently using, or if someone has any suggestions for an improvement to the batch commands I use.

What I do is create a dummy link (example below) containing the whole rtmpdump command and then parse it in a download manager in order to enumerate source/destination files to a given range.

Then I export this dummy link list to a text file where I replace the separators '@' with whitespaces (for some reason, download managers like to distort the whitespace the most) and also do any additional manual enumerations required (since all download managers I've encountered only can handle one independent enumeration).

This procedure does require a little work, but still not nearly as much as when doing everything manually...

However, it would be nice to know if I'm missing out on some neat batch download or enumeration script (MSDOS, VBScript or whatever) or if someone simply has a better idea on how to do this...

Code:
start@rtmpdump@-r@rtmp://website.com/file##.flv@-s@http://website.com/player.swf@-p@"http://website.com/video.htm?id=34"@-o@file##.flv@&@echo.@&@echo.@&@echo@Press@key@for@next@file...@&@pause>nul

Last edited by streamdumper : 04-06-2010 at 11:33 AM.
Reply With Quote