]> git.sesse.net Git - vlc/commit
youtube.lua: use alternative API URL
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 17 Sep 2012 03:54:59 +0000 (05:54 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 17 Sep 2012 03:54:59 +0000 (05:54 +0200)
commitaaf17f6592d2cf8f122ed6d9291a8eadb4812576
treee9ff5c0e4c0443f832c15b533c68d034f224ce73
parent5bf0606149f2273b0dd0d9b58c9ce20d96fb0b74
youtube.lua: use alternative API URL

It seems that the normal URLs included in the web page miss a
"signature" field and return 403 errors now. This approach has a number
of issues, it requires an extra HTTP request, still seems to fail due
to lack of signatures, and have different access restrictions than the
the web pages.

This shall meet the popular demand for now.

Closes #7471
share/lua/playlist/youtube.lua