Author: sparky
Date: Thu Apr 29 20:04:44 2010
New Revision: 11352

Modified:
   toys/rsget.pl/Get/PrzeklejPL
Log:
- more "file not found"


Modified: toys/rsget.pl/Get/PrzeklejPL
==============================================================================
--- toys/rsget.pl/Get/PrzeklejPL        (original)
+++ toys/rsget.pl/Get/PrzeklejPL        Thu Apr 29 20:04:44 2010
@@ -17,7 +17,7 @@
        GET( $-{_uri} );
 
        ERROR( "file not found" )
-               if /Plik nie istnieje/;
+               if /Plik nie istnieje|Plik został usunięty/;
 
        ! m{<h1><a href="(/download/.*?)" title="Pobierz 
plik">(.*?)</a></h1><span class="size".*?> \(($STDSIZE)\)</span>};
        my ( $file_uri, $name, $size ) = ( $1, $2, $3 );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to