Author: sparky
Date: Thu Mar 11 01:09:19 2010
New Revision: 11234

Modified:
   toys/rsget.pl/Image/ImageShack
Log:
- update for page layout changes


Modified: toys/rsget.pl/Image/ImageShack
==============================================================================
--- toys/rsget.pl/Image/ImageShack      (original)
+++ toys/rsget.pl/Image/ImageShack      Thu Mar 11 01:09:19 2010
@@ -21,7 +21,7 @@
 start:
        GET( $-{_uri} );
 
-       ! m{<a href="(.*?)" target="_blank" class="last">Full Size</a>};
+       ! m{<a href="(.*?)" target="_blank".*class="last">\s*<img title="Zoom"};
        my $file_uri = de_ml( $1 );
        ( my $fname = $file_uri ) =~ s{.*/}{};
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to