If there is no native flash player on a machine (e.g. OBSD amd64) then could someone mention good methods for getting the various flash content (only videos!) from the web?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 1 down vote accepted

http://www.downloadhelper.net/ is an addon for Firefox, which is capable of downloading Flash video from a whole lot of web sites. As far as I know, it doesn't use native code components, so it should work on OpenBSD, too.

It's possible that it requires flash on some sites to figure out the video URLs (it seems to intercept the plugin's http requests, which are routed through the browser), but I'm quite sure that it can directly derive the right URLs on the popular video sites (eg. youtube).

It also can't download rtmp streams, as these are handled by the plugin, not delegated to the browser. For those streams, rtmpdump should come in handy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.