SVN: toys/rsget.pl/Get/TurboBit
sparky
sparky at pld-linux.org
Sun May 9 15:45:04 CEST 2010
Author: sparky
Date: Sun May 9 15:45:02 2010
New Revision: 11405
Modified:
toys/rsget.pl/Get/TurboBit
Log:
- updated
Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit (original)
+++ toys/rsget.pl/Get/TurboBit Sun May 9 15:45:02 2010
@@ -25,9 +25,9 @@
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#;
- ! m#<h1 class="download-file">.*?<span.*?> (.*?)</b></h1>#;
+ ! m#<h1 class="download-file">.*?<span.*?>(.*?)</span></h1>#;
my $name = $1;
- ! m#<br><b>File size:</b> ([\d,\.]+ .b)</div>#;
+ ! m#<b>File size:</b> ([\d,\.]+ .b)</div>#;
( my $size = $1 ) =~ tr/,/./;
INFO( name => $name, asize => $size );
More information about the pld-cvs-commit
mailing list