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 |
Re: Batch/enumerated downloading?What web-site do you want to download from?
|
Re: Batch/enumerated downloading?I'm already downloading from it, in fact I learned how from this thread. I'm just looking for better ways to do enumerated/batch downloads using rtmpdump than the one I've described, which works but isn't fully automated and requires some fiddling with parameters etc.
|
All times are GMT -6. The time now is 08:19 AM. |