SVN: toys/rsget.pl/Get/RapidShare

sparky sparky at pld-linux.org
Sat Nov 6 22:32:34 CET 2010


Author: sparky
Date: Sat Nov  6 22:32:33 2010
New Revision: 11899

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- also detect "free download slots are full"


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Sat Nov  6 22:32:33 2010
@@ -21,8 +21,8 @@
 start:
 	GET( $-{_uri} );
 
-	RESTART( 300, "must wait: $1" )
-		if /^ERROR: (Please stop floo.*)/;
+	RESTART( -300, "must wait: $1" )
+		if /^ERROR: (Please stop floo.*|All free download slots are full.*)/;
 
 	ERROR( "file not found: $1" )
 		if /^ERROR: (.*)/


More information about the pld-cvs-commit mailing list