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

Reply via email to