SVN: toys/rsget.pl/Get/PrzeklejPL
sparky
sparky at pld-linux.org
Thu Apr 29 20:04:44 CEST 2010
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 );
More information about the pld-cvs-commit
mailing list