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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit