SVN: toys/rsget.pl/Get/HotFile

sparky sparky at pld-linux.org
Wed Jul 7 22:30:31 CEST 2010


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() );


More information about the pld-cvs-commit mailing list