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"}/;
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to