SVN: toys/rsget.pl/Get/HotFile

sparky sparky at pld-linux.org
Sat Oct 24 19:52:03 CEST 2009


Author: sparky
Date: Sat Oct 24 19:52:02 2009
New Revision: 10852

Modified:
   toys/rsget.pl/Get/HotFile
Log:
- annother "file not found" message


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Sat Oct 24 19:52:02 2009
@@ -9,7 +9,7 @@
 	GET( $-{_uri} );
 
 	ERROR( "file not found" ) unless length $_;
-	ERROR( "file not found" ) if /This file is either removed/;
+	ERROR( "file not found" ) if /This file is either removed|File is removed/;
 
 	! m{<table class="downloading"><tr><td>.*?<b>(.*?)</b> <span class="size">\| ($STDSIZE)</span></td></tr></table>};
 	INFO( name => $1, asize => $2 );


More information about the pld-cvs-commit mailing list