Welcome, Guest. Please login or register.

Author Topic: Amiga.org Photo Album  (Read 5106 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show all replies
Amiga.org Photo Album
« on: May 17, 2009, 06:02:38 PM »
Some of the images are cached on archive.org (old though since archive.org hasn't crawled since 2008 (robots.txt i guess) )

http://web.archive.org/web/20071224113050rn_1/amiga.org/gallery/photos/x.jpg

where x is the number of the image (lid). if someone wanted a specific image they could probably browse archive.org, and then manually enter the number. xoops named the images after the "lid" in the myalbum_photos table (that also contains the title etc)

this will download those which are available (bash/shell script)

for i in `seq 1 2500`; do wget "http://web.archive.org/web/20071224113050rn_1/www.amiga.org/gallery/photos/$i.jpg"; done;
« Last Edit: May 17, 2009, 06:58:17 PM by buzz »