cgommel/tsdemuxer

Patch for youtube plugin

Opened this issue · 0 comments

Sometimes YouTube playlist ID has '_' char.
For example: PLQ_PmsEIfSyAATJboKrtFFDVy8Zl4cv7G

Please, update in xupnpd_youtube.lua in line 38 to
return string.match(j.id['$t'],'.+/([_%w]+)$')

Original issue reported on code.google.com by abal...@gmail.com on 22 Dec 2012 at 3:00