SVN: toys/rsget.pl/Get/MegaUpload

sparky sparky at pld-linux.org
Sat Dec 4 00:29:40 CET 2010


Author: sparky
Date: Sat Dec  4 00:29:39 2010
New Revision: 11944

Modified:
   toys/rsget.pl/Get/MegaUpload
Log:
- detect free limit


Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload	(original)
+++ toys/rsget.pl/Get/MegaUpload	Sat Dec  4 00:29:39 2010
@@ -40,4 +40,7 @@
 
 	CLICK_DOWNLOAD( $-{file_uri} );
 
+	RESTART( - irand( 60, 360 ), "free limit reached" )
+		if /Download limit exceeded/;
+
 # vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list