SVN: toys/rsget.pl/Get/FreakShare

sparky sparky at pld-linux.org
Fri Dec 11 10:19:18 CET 2009


Author: sparky
Date: Fri Dec 11 10:19:18 2009
New Revision: 11027

Modified:
   toys/rsget.pl/Get/FreakShare
Log:
- MUST wait specified amount of time


Modified: toys/rsget.pl/Get/FreakShare
==============================================================================
--- toys/rsget.pl/Get/FreakShare	(original)
+++ toys/rsget.pl/Get/FreakShare	Fri Dec 11 10:19:18 2009
@@ -24,7 +24,7 @@
 	! $-{form} = $self->form( match => { body => qr/"Free Download"/ } );
 
 	! m#var time = (\d+)(?:\.\d+);\s*var intervall;#;
-	WAIT( $1, "starting" );
+	WAIT( -$1, "starting" );
 
 	CLICK( $-{form}->post() );
 	


More information about the pld-cvs-commit mailing list