SVN: toys/rsget.pl/Get/RapidShare

sparky sparky at pld-linux.org
Mon May 23 00:35:02 CEST 2011


Author: sparky
Date: Mon May 23 00:35:02 2011
New Revision: 12241

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- fix getting 1GB+ files


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Mon May 23 00:35:02 2011
@@ -51,7 +51,7 @@
 
 	$-{file_uri} = "http://$host/cgi-bin/rsapi.cgi?sub=download_v1&dlauth=$dlauth&bin=1&fileid=$-{id}&filename=$-{name}";
 
-	WAIT( $wait, "starting download" );
+	WAIT( -$wait, "starting download" );
 
 	DOWNLOAD( $-{file_uri} );
 


More information about the pld-cvs-commit mailing list