SVN: toys/rsget.pl/Image/ImageShack

sparky sparky at pld-linux.org
Thu Mar 11 01:09:19 CET 2010


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{.*/}{};
 


More information about the pld-cvs-commit mailing list