Author: sparky
Date: Fri Jun 25 22:07:13 2010
New Revision: 11575

Modified:
   toys/rsget.pl/Get/SharingMatrix
Log:
- this is daily limit, so don't ask so often about captcha


Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix     (original)
+++ toys/rsget.pl/Get/SharingMatrix     Fri Jun 25 22:07:13 2010
@@ -93,7 +93,7 @@
        GET( 
"/ajax_scripts/_get.php?link_id=$-{link_id}&link_name=$-{link_name}&dl_id=$-{dl_id}&password=",
                keep_referer => 1 );
 
-       RESTART( -irand( 60, 300 ), "download limit reached" )
+       RESTART( -irand( 300, 900 ), "download limit reached" )
                if /"You can not download now/;
 
        s/^{//; s/}$//;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to