Browse Source

fix youtube.lua

pull/2/head
Ilkka Ollakka 16 years ago
parent
commit
806169e33a
  1. 2
      share/lua/playlist/youtube.lua

2
share/lua/playlist/youtube.lua

@ -93,6 +93,8 @@ function parse()
-- Apparently formats are listed in quality order,
-- so we can afford to simply take the first one
if not fmt or tonumber( itag ) == tonumber( fmt ) then
-- do unescaping of /
url = string.gsub( url, '\\/','/' )
path = url
break
end

Loading…
Cancel
Save