Author: sparky
Date: Fri Oct 23 00:43:09 2009
New Revision: 10832

Modified:
   toys/rsget.pl/Get/zSHARE
Log:
- click


Modified: toys/rsget.pl/Get/zSHARE
==============================================================================
--- toys/rsget.pl/Get/zSHARE    (original)
+++ toys/rsget.pl/Get/zSHARE    Fri Oct 23 00:43:09 2009
@@ -22,13 +22,13 @@
        $form->set( "imageField.y" => 10 + int rand 37 );
        $form->set( "imageField" => "" );
 
-       GET( $form->post() );
+       CLICK( $form->post() );
 
        ! m{var link_enc=new Array\('(.*?)'\);};
        ( $-{uri} = $1 ) =~ s/','//g;
 
        WAIT( 50, "starting download" );
 
-       DOWNLOAD( $-{uri} );
+       CLICK_DOWNLOAD( $-{uri} );
 
 # vim:ts=4:sw=4
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to