SVN: toys/rsget.pl/Get/HotFile

sparky sparky at pld-linux.org
Sat Aug 29 14:25:54 CEST 2009


Author: sparky
Date: Sat Aug 29 14:25:53 2009
New Revision: 10511

Modified:
   toys/rsget.pl/Get/HotFile
Log:
- many files still have captcha


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Sat Aug 29 14:25:53 2009
@@ -33,6 +33,7 @@
 
 	GET( $-{action}, post => $-{post} );
 
+	ERROR( "captcha not supported" ) if m/<input type=text name=captcha/;
 	! m#<a href="(.*?)">Click here to download</a>#;
 	DOWNLOAD( $1 );
 


More information about the pld-cvs-commit mailing list