SVN: toys/rsget.pl/Link/ProtectLinks
sparky
sparky at pld-linux.org
Sat Oct 24 19:15:11 CEST 2009
Author: sparky
Date: Sat Oct 24 19:15:11 2009
New Revision: 10849
Modified:
toys/rsget.pl/Link/ProtectLinks
Log:
- fixed
Modified: toys/rsget.pl/Link/ProtectLinks
==============================================================================
--- toys/rsget.pl/Link/ProtectLinks (original)
+++ toys/rsget.pl/Link/ProtectLinks Sat Oct 24 19:15:11 2009
@@ -4,7 +4,7 @@
short: L:ProtectLinks
uri: qr{protectlinks\.com/}
slots: max
-status: OK 2009-08-25
+status: OK 2009-10-24
start:
$_ = $-{_uri};
@@ -17,7 +17,7 @@
GET( $1 . "redirect.php?id=" . $3 );
ERROR( "Can't find link" )
- unless m#<iframe name="pagetext".*? src="(.*?)">#;
+ unless m#<iframe name="pagetext".*? src="\s*(.*?)\s*">#;
LINK( $1 );
More information about the pld-cvs-commit
mailing list