SVN: toys/rsget.pl/Get/RapidShare

sparky sparky at pld-linux.org
Sat Nov 6 19:52:23 CET 2010


Author: sparky
Date: Sat Nov  6 19:52:23 2010
New Revision: 11897

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- respect "free limit" time


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Sat Nov  6 19:52:23 2010
@@ -39,7 +39,7 @@
 
 	MULTI( $1 )
 		if /^(ERROR: You need RapidPro.*)/;
-	RESTART( $2, "free limit reached: $1" )
+	RESTART( -$2, "free limit reached: $1" )
 		if /^(ERROR: You need to wait (\d+) seconds.*)/;
 
 	! my ( $host, $dlauth, $wait ) = m{DL:(.*?),([0-9A-F]+?),(\d+)};


More information about the pld-cvs-commit mailing list