SVN: toys/rsget.pl/Video/YouTube

sparky sparky at pld-linux.org
Thu Jul 22 19:22:46 CEST 2010


Author: sparky
Date: Thu Jul 22 19:22:45 2010
New Revision: 11694

Modified:
   toys/rsget.pl/Video/YouTube
Log:
- forgot to remove diagnostic warning


Modified: toys/rsget.pl/Video/YouTube
==============================================================================
--- toys/rsget.pl/Video/YouTube	(original)
+++ toys/rsget.pl/Video/YouTube	Thu Jul 22 19:22:45 2010
@@ -29,7 +29,6 @@
 	{
 		/"fmt_map"\s*:\s*"(.*?)"/ or m{&fmt_map=(\S+?)&}
 			or return undef;
-		warn "format: $1\n";
 		my %fmts = map { m{(\d+)\\?/}; $1 => $_ } split ",", uri_unescape( $1 );
 
 		foreach my $f ( @fmt ) {


More information about the pld-cvs-commit mailing list