[vlc-commits] youtube.lua: update codec reference URL in comments

Pierre Ynard git at videolan.org
Mon Oct 24 08:19:48 CEST 2016


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Oct 24 07:36:32 2016 +0200| [820794bc313be8a61b437bc529d4a8d79b59ee21] | committer: Pierre Ynard

youtube.lua: update codec reference URL in comments

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

 share/lua/playlist/youtube.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/lua/playlist/youtube.lua b/share/lua/playlist/youtube.lua
index 7f349c1..97a9311 100644
--- a/share/lua/playlist/youtube.lua
+++ b/share/lua/playlist/youtube.lua
@@ -1,7 +1,7 @@
 --[[
  $Id$
 
- Copyright © 2007-2015 the VideoLAN team
+ Copyright © 2007-2016 the VideoLAN team
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -253,7 +253,7 @@ function parse()
         or string.match( vlc.path, "/live%?" )
     then -- This is the HTML page's URL
         -- fmt is the format of the video
-        -- (cf. http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs)
+        -- (cf. http://en.wikipedia.org/wiki/YouTube#Quality_and_formats)
         fmt = get_url_param( vlc.path, "fmt" )
         while true do
             -- Try to find the video's title



More information about the vlc-commits mailing list