Results 1 to 3 of 3

Thread: Extracting music from the web!!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    MemphisTiger26's Avatar Libertus
    Join Date
    Jun 2006
    Location
    Memphis, TN
    Posts
    87

    Default Extracting music from the web!!

    I was wondering how I can take a link from the website that leads to a music file and extract the music file onto my pc? (ex: HTML) Is it possible to do so??

    Before my time is done, I will look down upon your corpse and smile!!

  2. #2
    Erik's Avatar Dux Limitis
    Join Date
    Aug 2004
    Location
    Amsterdam
    Posts
    15,653

    Default Re: Extracting music from the web!!

    Can you be more specific?

    You mean you want to download the music you hear when you visit a certain page?
    In that case you should look in the document source for any links to music files.
    Just copy-past this link into your address bar and hit enter.



  3. #3
    MemphisTiger26's Avatar Libertus
    Join Date
    Jun 2006
    Location
    Memphis, TN
    Posts
    87

    Default Re: Extracting music from the web!!

    Thanks for the reply!! Um I'm trying to get music off of a university band web page that's got links to the fight songs and stuff!! Here is the source page I couldn't find anything useful maybe i'm overlooking somthing though!!



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Eye of the Tiger</title>
    </head>
    <body>
    <table width="214" border="0" cellspacing="2" cellpadding="0">
    <tr>
    <td align="center">
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="200" height="16" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
    <param name="src" value="sounds/eye.mov" />
    <param name="controller" value="true" />
    <param name="scale" value="TOFIT" />
    <param name="autoplay" value="true" />
    <param name="cache" value="false" />
    <param name="kioskmode" value="true" />
    <embed
    src="sounds/eye.mov"
    width="200" height="16"
    controller="true"
    scale="TOFIT"
    autoplay="true"
    cache="false"
    kioskmode="true"
    type="video/quicktime"
    pluginspage="http://www.apple.com/quicktime/download/">
    </embed>
    </object></td>
    </tr>
    <tr>
    <td align="center">
    <form action="#" method="post">
    <input type="button" value="Close Window" onclick="window.close()" />
    </form>
    </td>
    </tr>
    </table>
    </body>
    </html>

    Before my time is done, I will look down upon your corpse and smile!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •