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 );
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to