


Youtube playlist
VLC Playlist Parsers by exebetche 360 comments
You're awesome!
Thank You - Jan 21 2013
Thank You - Jan 21 2013

Youtube playlist
VLC Playlist Parsers by exebetche 360 comments
Same problem. I guess the problem is "fmt" parameter, which is deprecated now. Tried to change it to "hd=1" but it didnt help at all.
fmt = get_url_param( vlc.path, "fmt" )
if fmt then
format = "&fmt=" .. fmt
else
format = ""
end
I really would love to use VLC for my youtube playlists instead of original youtube player - mainly because it has some issues with big playlists. - Dec 17 2012
fmt = get_url_param( vlc.path, "fmt" )
if fmt then
format = "&fmt=" .. fmt
else
format = ""
end
I really would love to use VLC for my youtube playlists instead of original youtube player - mainly because it has some issues with big playlists. - Dec 17 2012