Monthly Archive for October, 2009

download simpleviewer images

nFlickrViewer Demo  - www.chaimjaskoll.com
How to download images in a gallery where a simpleviewer is used as a flashviewer in front:

U=http://www.simpleviewergallery-somewhere-host.NETNET/gallery ; 
for a in `wget -q -O- $U/gallery.xml | egrep -o "filename>[^<]+" | cut -d\> -f2 ` ; do wget $U/images/$a ; done