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