Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RE: UserFriendly.org Full Size version forwarder :)

by ishamael (Beadle)
on Apr 28, 2000 at 17:43 UTC ( [id://9580]=note: print w/replies, xml ) Need Help??


in reply to UserFriendly.org Full Size version forwarder :)


while i presume this will work, i shall also assume you've overlooked the fact that illiad likes to trip people up with his cataloging system for the script. by my count it has changed 4 times (maybe 3) since the start of UF, therefore, while this code does make a nasty call to lynx that could prolly be done better with lwp or something it is a bit safer, less he change it again
$imagetag = 0; open(INFILE, "lynx -source http://www.userfriendly.org/static/ +|"); while (<INFILE>) { next if $image; if (/.*(IMG ALT\=\"Latest Strip\" height\=219 width\=5 +76 BORDER\=0 SRC\=\"http:\/\/www.userfriendly.org\/cartoons\/archives +\/.+<\/A>).*/) { $imagetag = $1; if ($imagetag =~ /.* ALT\s*=\s*"Latest Strip" +.*/i) { if ($imagetag =~ /.*(\/cartoons\/archi +ves\/.+f).*/i) { $image = $1; $image =~ s/xuf/uf/; `lynx -source http://www.userf +riendly.org$image > ufieimage.gif`; # i like jpgs, deal. `convert ufieimage.gif ufieima +ge.jpg`; unlink("ufieimage.gif"); } } } }

charlie schmidt
ishamael@themes.org
www.diablonet.net/~ishamael/

Replies are listed 'Best First'.
RE: RE: UserFriendly.org Full Size version forwarder :)
by merlyn (Sage) on Aug 08, 2000 at 06:38 UTC
RE: RE: UserFriendly.org Full Size version forwarder :)
by Yohimbe (Pilgrim) on Aug 08, 2000 at 04:46 UTC
    I see a lot of lynx downloads of the gifs. Now I understand why we're getting them. Heh.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://9580]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-18 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found