SVN: toys/rsget.pl/Get/zSHARE
sparky
sparky at pld-linux.org
Fri Oct 23 00:43:09 CEST 2009
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
More information about the pld-cvs-commit
mailing list