Author: sparky
Date: Wed Oct 21 23:21:56 2009
New Revision: 10803

Modified:
   toys/rsget.pl/Get/4Shared
Log:
- click


Modified: toys/rsget.pl/Get/4Shared
==============================================================================
--- toys/rsget.pl/Get/4Shared   (original)
+++ toys/rsget.pl/Get/4Shared   Wed Oct 21 23:21:56 2009
@@ -25,7 +25,7 @@
        INFO( name => $name, asize => $size );
 
        ! m{<a href="(.*?)" class="dbtn" tabindex="1">};
-       GET( $1 );
+       CLICK( $1 );
 
        ! m{id='divDLStart' >\s*<a href='(.*?)'>};
        $-{file_uri} = $1;
@@ -33,6 +33,6 @@
        ! /var c = (\d+);/;
        WAIT( $1, "starting download" );
 
-       DOWNLOAD( $-{file_uri} );
+       CLICK_DOWNLOAD( $-{file_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