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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to