public
Description: Get that music
Homepage: http://matt.techagau.com.py/
Clone URL: git://github.com/matiasinsaurralde/goear.git
goear /
name age message
file .gitignore Thu Jul 23 21:10:43 -0700 2009 Ya genera la lista... [matiasinsaurralde]
file README Thu Jul 23 20:50:52 -0700 2009 Funciona :) [matiasinsaurralde]
file goear.rb Thu Jul 23 21:10:43 -0700 2009 Ya genera la lista... [matiasinsaurralde]
file iron_maiden.txt Thu Jul 23 21:10:43 -0700 2009 Ya genera la lista... [matiasinsaurralde]
file main.rb Mon Jul 27 13:51:06 -0700 2009 :D [matiasinsaurralde]
README
== Scraping GoEar...

A descargar toda esa musica :)

* Tenemos esto:
 http://www.goear.com/listen.php?v=33ac860

El reproductor Flash de GoEar carga un fichero XML:

 http://www.goear.com/files/xmlfiles/3/secm33ac860.xml

Contiene lo siguiente:

  <songs>
    <song path="http://www.goear.com/files/mp3files/02112008/8be118a4de4e7b62f13f51662123b2bc.mp3" bild="img/s.jpg" 
    artist="J-a-z-z" title="Jam Fusion"/>
  </songs>

Bastara con leer ese pedazo de XML :P