SVN: toys/rsget.pl/Get/NetLoad

sparky sparky at pld-linux.org
Mon Sep 13 18:57:03 CEST 2010


Author: sparky
Date: Mon Sep 13 18:57:03 2010
New Revision: 11802

Modified:
   toys/rsget.pl/Get/NetLoad
Log:
- added delay for "Please retry again in a few minutes while the file is
  being uploaded"


Modified: toys/rsget.pl/Get/NetLoad
==============================================================================
--- toys/rsget.pl/Get/NetLoad	(original)
+++ toys/rsget.pl/Get/NetLoad	Mon Sep 13 18:57:03 2010
@@ -67,6 +67,8 @@
 	}
 	ERROR( "file not found" )
 		if /This file is currently unavailable/;
+	DELAY( 600, "file temporarily unavailable" )
+		if /Please retry again in a few minutes while the file is being uploaded/;
 	RESTART( $1 / 100, "free limit reached" )
 		if /You could download your next file in.*countdown\(([0-9]+)/;
 


More information about the pld-cvs-commit mailing list