Sijun Forums Forum Index
Log in to check your private messages
My Profile Search Who's Online Member List FAQ Register Login Sijun Forums Forum Index

Post new topic   Reply to topic
   Sijun Forums Forum Index >> Digital Art Discussion
View previous topic :: View next topic  
Author   Topic : "download / archives of speedpaint threads?"
ninmonkeys
junior member


Member #
Joined: 17 Jun 2004
Posts: 8

PostPosted: Wed Jul 23, 2008 6:45 pm     Reply with quote
(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;
}
Back to top
View user's profile Send private message
Affected
member


Member #
Joined: 22 Oct 1999
Posts: 1854
Location: Helsinki, Finland

PostPosted: Thu Jul 24, 2008 1:02 am     Reply with quote
I think cURL should do what you want.

something like curl http://forums.sijun.com/viewtopic.php?t=29807&postdays=0&postorder=asc&start=0
and have your for-loop increment the number after 'start=' by 30 (dunno if you can change the amount of posts show on a page) each iteration.

http://curl.haxx.se/docs/httpscripting.html
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Sijun Forums Forum Index -> Digital Art Discussion All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2005 phpBB Group