[Solar-general] cómo descargar un archivo de audio de radio continental?

Marcos Guglielmetti marcospcmusica en gmail.com
Dom Feb 10 16:28:10 CET 2008


El Sábado, 9 de Febrero de 2008 22:15, Fernando Toledo escribió:
 | El Vie 08 Feb 2008, Marcos Guglielmetti escribió:
 | > http://www.continental.com.ar/archivo.asp
 | >
 | > Un amigo necesita "descargar" el programa del
 | >
 | > Viernes
 | > Feb-8
 | >
 | > 09:00:00 / 10:00:00
 | >
 | > La Mañana
 | >
 | > ¿Se podrá hacer eso?
 | >
 | > Vi en el código fuente de la página que lleva a algo que
 | > reproduce con WMP, traté de seguir la URL luego y de reproducir
 | > con mplayer o xine y no se puede... no se me ocurre una forma de
 | > descargar el archivo
 | >
 | > <param name='fileName'
 | > value="http://audio.grupolatinoderadio.com/archisem.asx?EMI=ARCO
 | >N&fec=02/04 /2008 20:47:21&ini=09:00:00&fin=12:59:59">
 | >
 | > ¿Alguna idea?
 |
 | mplayer-plugin:

Gracias Fernando, ayer estuve con Adrián Pardini y me mostró una 
solución similar usando la consola:

wget 'http://audio.grupolatinoderadio.com/archisem.asx?EMI=ARCON&fec=02/04/2008 
20:47:21&ini=09:00:00&fin=12:59:59'

#cat del archivo que deja
cat archisem.asx\?EMI\=ARCON\&fec\=02%2F04%2F2008\ 
20\:47\:21\&ini\=09\:00\:00\&fin\=12\:59\:59
#algo como esto:

<Asx Version = "3.0">
<Entry>
<title>Continental - Argentina</title>
<StartTime value = "00:00:00" />
<Ref href 
= "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-04 
09-00-00 AR-Continental.mp3" />
</Entry>

<Entry>
<title>Continental - Argentina</title>
<Ref href 
= "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-04 
10-00-00 AR-Continental.mp3" />
</Entry>

<Entry>
<title>Continental - Argentina</title>
<Ref href 
= "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-04 
11-00-00 AR-Continental.mp3" />
</Entry>

<Entry>
<title>Continental - Argentina</title>
<Ref href 
= "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-04 
12-00-00 AR-Continental.mp3" />
</Entry>

<Entry>
<title>Continental - Argentina</title>
<Ref href 
= "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-04 
13-00-00 AR-Continental.mp3" />
</Entry>

</Asx>

#probar:
mplayer -dumpstream "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-04 
09-00-00 AR-Continental.mp3"

# va a decir "Core dumped ;)", ES NORMAL!
# en stream.dump quedo el programa


 |
 | <Asx Version = "3.0">
 | <Entry>
 | <title>Continental - Argentina</title>
 | <StartTime value = "00:00:00" />
 | <Ref href =
 | "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-08
 | 09-00-00 AR-Continental.mp3" />
 | </Entry>
 |
 | <Entry>
 | <title>Continental - Argentina</title>
 | <Ref href =
 | "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-08
 | 10-00-00 AR-Continental.mp3" />
 | </Entry>
 |
 | <Entry>
 | <title>Continental - Argentina</title>
 | <Ref href =
 | "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-08
 | 11-00-00 AR-Continental.mp3" />
 | </Entry>
 |
 | <Entry>
 | <title>Continental - Argentina</title>
 | <Ref href =
 | "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-08
 | 12-00-00 AR-Continental.mp3" />
 | </Entry>
 |
 | <Entry>
 | <title>Continental - Argentina</title>
 | <Ref href =
 | "http://66.175.96.15/glr_ond/AR/Continental/horas/2008-02-08
 | 13-00-00 AR-Continental.mp3" />
 | </Entry>
 |
 | </Asx>

-- 
     `&' 
      #    Marcos Guglielmetti, co-director de               
      #   Musix GNU+Linux, 100% Software Libre para artistas      
     _#_       http://www.musix.org.ar           
     (#)     
    / O \    + archivos: ftp://musix.ourproject.org/pub/musix
   ( === )   Ecología: http://autosus2.wordpress.com    
    `---'    Personal: http://marcospcmusica.wordpress.com

You see things; and you say 'Why?';
But I dream things that never were;
and I say 'Why not?' - George Bernard Shaw




Más información sobre la lista de distribución Solar-general