SVN: toys/rsget.pl/Get/MegaUpload

sparky sparky at pld-linux.org
Mon Feb 15 00:39:41 CET 2010


Author: sparky
Date: Mon Feb 15 00:39:40 2010
New Revision: 11143

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


Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload	(original)
+++ toys/rsget.pl/Get/MegaUpload	Mon Feb 15 00:39:40 2010
@@ -105,6 +105,9 @@
 
 	GOTO stage_init if m{/download\.jpg'.*Filename:}s;
 
+	RESTART( - irand( 60, 300 ), "limit reached" )
+		if /Download limit exceeded/;
+
 perl:
 	
 sub mu_decaptcha


More information about the pld-cvs-commit mailing list