[vlc-devel] commit: Oops. (Antoine Cellerier )

git version control git at videolan.org
Fri Sep 5 01:53:45 CEST 2008


vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Fri Sep  5 01:56:44 2008 +0200| [550e3a33d741d6d0b916d79137e0aaf73186bca4] | committer: Antoine Cellerier 

Oops.
(cherry picked from commit 446be1c21341517cc6324b407fe1ac0c6c18ccdb)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=550e3a33d741d6d0b916d79137e0aaf73186bca4
---

 share/lua/playlist/googlevideo.lua |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/share/lua/playlist/googlevideo.lua b/share/lua/playlist/googlevideo.lua
index 42b031d..8fe4648 100644
--- a/share/lua/playlist/googlevideo.lua
+++ b/share/lua/playlist/googlevideo.lua
@@ -59,7 +59,6 @@ function parse()
             then
                 local s = string.gsub( line, "^.*<media:thumbnail(.-)/>.*$", "%1" )
                 arturl = vlc.strings.resolve_xml_special_chars(get_arg( s, "url" ))
-                vlc.msg.err( tostring(arturl))
             end
             if string.match( line, "media:title" )
             then




More information about the vlc-devel mailing list