SVN: toys/rsget.pl/Get/FileServe

pawelz pawelz at pld-linux.org
Mon Jul 26 01:55:21 CEST 2010


Author: pawelz
Date: Mon Jul 26 01:55:20 2010
New Revision: 11711

Modified:
   toys/rsget.pl/Get/FileServe
Log:
- catch "You will neet to wait ... seconds" error


Modified: toys/rsget.pl/Get/FileServe
==============================================================================
--- toys/rsget.pl/Get/FileServe	(original)
+++ toys/rsget.pl/Get/FileServe	Mon Jul 26 01:55:20 2010
@@ -36,4 +36,7 @@
 
 	CLICK_DOWNLOAD( $-{_uri}, post => { download => "normal" } );
 
+	RESTART( $1, "free limit reached" )
+		if m#You need to wait (\d+) seconds to start another download\.#;
+
 # vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list