Skip to content

Commit

Permalink
youtube.lua: update codec reference URL in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
linkfanel committed Oct 24, 2016
1 parent 4c43033 commit 820794b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/lua/playlist/youtube.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 820794b

Please sign in to comment.