SVN: toys/rsget.pl/Image/ImageShack

sparky sparky at pld-linux.org
Sun Mar 14 17:35:54 CET 2010


Author: sparky
Date: Sun Mar 14 17:35:53 2010
New Revision: 11277

Modified:
   toys/rsget.pl/Image/ImageShack
Log:
- uri: mark dynamic part to ease uri list preparation


Modified: toys/rsget.pl/Image/ImageShack
==============================================================================
--- toys/rsget.pl/Image/ImageShack	(original)
+++ toys/rsget.pl/Image/ImageShack	Sun Mar 14 17:35:53 2010
@@ -10,7 +10,7 @@
 web: "http://imageshack.us/"
 tos: "http://reg.imageshack.us/content.php?page=rules"
 uri: qr{profile\.imageshack\.us/user/.*?/images/detail/#\d+/.+}
-uri: qr{img\d+\.imageshack\.us/i/.+/}
+uri: qr{(?:img\d+\.)imageshack\.us/i/.+/}
 slots: max
 status: OK 2010-03-11
 


More information about the pld-cvs-commit mailing list