SVN: toys/rsget.pl/Get/4Shared

sparky sparky at pld-linux.org
Wed Oct 21 23:21:57 CEST 2009


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


More information about the pld-cvs-commit mailing list