Bug#576245: clive: failures with newer youtube videos

Adrian Irving-Beer wisq-deb at wisq.net
Fri Apr 2 21:10:52 UTC 2010


FYI, you can still get the video_id from the JSON parameters by changing
this (in YouTube.pm)

	id => qr|"video_id": "(.*?)"|,

into this

	id => qr|'VIDEO_ID': '(.*?)'|,

or, if you want backwards compatibility, this

	id => qr|['"]video_id['"]: ['"](.*?)['"]|i,

The problem is then the "t" parameter.  I'm not even sure what it
referred to, and I can't find anything that sounds similar.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20100402/b91cf3ff/attachment.pgp>


More information about the pkg-perl-maintainers mailing list