Excerpt from Jelle van der Waa's message of 2012-05-23T17:35+0200:
On 23/05/12 17:04, Kwpolska wrote:
On Tue, May 22, 2012 at 1:04 PM, FGr <frgroccia@gmail.com> wrote:
Hi. Is there a way to capture a silverlight/moonlight video from a website? "DownloadHelper" firefox extension doesn't work.
If someone is using this piece of crap, this means you aren't supposed to copy the content (DRM). And ~nobody has software to download anything through Moonlight, only Silverlight on Windows. Sorry.
Kwpolska your comment is utter useless... sometimes your forced to use silverlight ( dutch netflix like application )
Anyway I have found a way to get around lovely silverlight if you have the moonlight extension installed with Firefox you should be able todo this:
MOONLIGHT_OVERRIDES=keepmedia=yes firefox &
grep "href" /tmp/MoonlightProgressiveStream.*
This should give you an url of the the stream which you can play with mplayer. Worked for me with a dutch silverlight stream months ago¸so no guarantees ;)
it works (I typed `grep ref' because `grep "href"' is void). Thanks.