Vediamo se ho capito:
codice:
ls -1 /path/to/immagini.gif/ > images.list
sed -i "s/gif$/jpg/" images.list
wget --base="www.sito.it" -i images.list
Porta pazienza, ma non l'ho testato.

come al solito... man wget

ciao