cgommel / tsdemuxer

Automatically exported from code.google.com/p/tsdemuxer
Other
0 stars 0 forks source link

Patch for youtube plugin #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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