[vlc-devel] commit: Oops. (Antoine Cellerier )
git version control
git at videolan.org
Fri Sep 5 01:53:31 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Fri Sep 5 01:56:44 2008 +0200| [446be1c21341517cc6324b407fe1ac0c6c18ccdb] | committer: Antoine Cellerier
Oops.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=446be1c21341517cc6324b407fe1ac0c6c18ccdb
---
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