SVN: toys/rsget.pl/Get/FileSonic

sparky sparky at pld-linux.org
Mon Dec 27 02:23:06 CET 2010


Author: sparky
Date: Mon Dec 27 02:23:06 2010
New Revision: 12027

Modified:
   toys/rsget.pl/Get/FileSonic
Log:
- remove markup tags from guessed file name


Modified: toys/rsget.pl/Get/FileSonic
==============================================================================
--- toys/rsget.pl/Get/FileSonic	(original)
+++ toys/rsget.pl/Get/FileSonic	Mon Dec 27 02:23:06 2010
@@ -26,7 +26,7 @@
 		or m#<div id="downloadFileInfo" class="section CL2">\s*<h2><span>[^<]*?</span></h2>\s*<p>\s*(.*?)\s*</p>#s;
 
 	! m#<title>Download (.*?) for free on Filesonic.com</title>#;
-	my $fn = $1;
+	my $fn = de_ml( $1 );
 	! m#<span class="size">($STDSIZE)</span>#;
 	INFO( name => $fn, asize => $1 );
 


More information about the pld-cvs-commit mailing list