SVN: toys/rsget.pl/Get/TurboBit

pawelz pawelz at pld-linux.org
Mon Jul 26 11:35:34 CEST 2010


Author: pawelz
Date: Mon Jul 26 11:35:34 2010
New Revision: 11712

Modified:
   toys/rsget.pl/Get/TurboBit
Log:
- TurboBit returns e404 when adding many files at once.


Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit	(original)
+++ toys/rsget.pl/Get/TurboBit	Mon Jul 26 11:35:34 2010
@@ -25,6 +25,7 @@
 start:
 	GET( $-{_uri} );
 
+	MULTI( "e404" ) if m#<head><title>404 Not Found</title></head>#;
 	ERROR( "file not found" ) if m#<div class="code-404">404</div>#;
 	ERROR( "file not found" ) if m#Файл не найден. Возможно он был удален|File was not found. It could possibly be deleted#;
 


More information about the pld-cvs-commit mailing list