ninmonkeys junior member
Member # Joined: 17 Jun 2004 Posts: 8
|
Posted: Wed Jul 23, 2008 6:45 pm |
|
 |
(1) Is there an archive of (parts) of the speedpaint threads? I'd love to save them to my harddrive for viewing later.
Currently I'm manually saving pages using ff3, but I need to find a more automated way. ( Plus when using ff3, I have to re-edit the urls next / prev to work properly )
(2) I know there is a program that downloads a page and all media for that page ( I forget what it was ), So I could do something like this:
Code: |
for( $i=999; $i > 600; $i-- ) {
wait( 2 seconds ) // be nice to server
download speedpaint 4 page $i;
} |
|
|