On Wed, 2005-12-28 at 23:56 +0100, Iñaki wrote:
> El Miércoles, 28 de Diciembre de 2005 23:22, Juan Perez escribió:
> || hola gente
> || a ver si alguien sabe de esta. En internet hay
> || disponible una base de datos que uno puede consultar.
> || Uno pone una fecha, y salen todos los datos
> || correspondientes a esa fecha. Cambia la fecha y
> || aparecen otros datos
> || Es posible bajar toda la base de datos sin consultar
> || cada fecha en particular?

Alguna vez que tuve un problema similar usé wget, curl y lynx --dump.
Puedes bajar objetos selectivamente de determinados sitios... Ayer usé
este en casa para bajar todas las fotos de un sitio (además se las
recomiendo, están muy divertidas):

for a in $(seq 1 750)
do 
        b=$(curl http://www.stud.ntnu.no/~shane/stasj/pics/humor/div/$a.html 
2>/dev/null|grep IMG|cut -f 2 -d '"')
        wget http://www.stud.ntnu.no/~shane/stasj/pics/humor/div/$b
done

--
Rodolfo Alcazar - [EMAIL PROTECTED]
Netzmanager Padep, GTZ
591-70656800, -22417628, LA PAZ, BOLIVIA
http://otbits.blogspot.com
--
The probability of a hardware failure disappearing is inversely
proportional to the distance between the computer and the customer
engineer.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a