SVN: toys/rsget.pl/Get/RapidShare

sparky sparky at pld-linux.org
Sat Nov 6 22:25:39 CET 2010


Author: sparky
Date: Sat Nov  6 22:25:38 2010
New Revision: 11898

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- detect flood detection


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Sat Nov  6 22:25:38 2010
@@ -21,6 +21,9 @@
 start:
 	GET( $-{_uri} );
 
+	RESTART( 300, "must wait: $1" )
+		if /^ERROR: (Please stop floo.*)/;
+
 	ERROR( "file not found: $1" )
 		if /^ERROR: (.*)/
 			and substr( $1, 0, 16 ) ne "You need to wait"


More information about the pld-cvs-commit mailing list