SVN: toys/rsget.pl/Get/FileServe

sparky sparky at pld-linux.org
Thu Mar 3 04:01:17 CET 2011


Author: sparky
Date: Thu Mar  3 04:01:17 2011
New Revision: 12181

Modified:
   toys/rsget.pl/Get/FileServe
Log:
- detect parallel download early


Modified: toys/rsget.pl/Get/FileServe
==============================================================================
--- toys/rsget.pl/Get/FileServe	(original)
+++ toys/rsget.pl/Get/FileServe	Thu Mar  3 04:01:17 2011
@@ -38,6 +38,7 @@
 
 	CLICK( "", post => { checkDownload => "check" } );
 
+	MULTI() if /{"fail":"parallelDownload"}/;
 	RESTART( 900, "free limit reached" ) if /{"fail":"timeLimit"}/;
 
 	ERROR( "some error: $_" ) unless /{"success":"showCaptcha"}/;


More information about the pld-cvs-commit mailing list