SVN: toys/rsget.pl/Get/SharingMatrix

sparky sparky at pld-linux.org
Fri Jun 25 22:07:13 CEST 2010


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/}$//;


More information about the pld-cvs-commit mailing list