Author: sparky
Date: Wed Jul  7 22:30:31 2010
New Revision: 11636

Modified:
   toys/rsget.pl/Get/HotFile
Log:
- wait few seconds more before captcha


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile   (original)
+++ toys/rsget.pl/Get/HotFile   Wed Jul  7 22:30:31 2010
@@ -36,7 +36,7 @@
 
        ! $-{form} = $self->form( name => "f" );
 
-       WAIT( $wait, "starting download" );
+       WAIT( $wait + irand( 2, 10 ), "expecting captcha" );
 
 stage_getcaptcha:
        CLICK( $-{form}->post() );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to