ChrisM666
Registered Idiot
I am trying to download a sound file from a site that seems to have a Flash Player interface. This disallows the usual "Save link as", etc. options so I am left with finding a Mac-related OpenSource offering. It was suggested that VLC or Mplayer would do this stream ripping. It might help to know that the page source includes these (and more) lines:
To save myself a load of fruitless fiddling I am hoping someone can OK this or suggest a better path. Before the Net Police start slavering about copyright infringement, they should know that I am assured that the files are PD although still difficult to get to.
What is the best way to do this? Or should I go to Windows?
Code:
<a name="dXXXXn"></a>
<div style="float:left;margin-top:8px;margin-right:20px;margin-bottom:20px">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="350" height="140" id="wimpy">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://XXXX.org/mp3s/wimpy.swf?wimpyApp=http://XXXX.org/mp3s/wimpy.php&wimpyskin=http://XXXX.org/mp3s/skins/skin_plain.xml&displayDownloadButton=yes&forceDownload=no&startPlayingOnload=no&playlist=http://XXXX.org/mp3s/FXXXXe.mp3|http://XXXX.org/mp3s/DXXXXng.mp3" />
<param name="loop" value="false" />
<param name="menu" value="false" />
...
To save myself a load of fruitless fiddling I am hoping someone can OK this or suggest a better path. Before the Net Police start slavering about copyright infringement, they should know that I am assured that the files are PD although still difficult to get to.
What is the best way to do this? Or should I go to Windows?