views:

11

answers:

0

I noticed that the Zend GData YouTube class does not yet support the new rating system on Youtube. How can I extend the class so it reads from yt:rating rather than gd:rating? Are there any methods I can use to manually pull the data out of the returned XML?

Also, in order to even make the new rating tags appear, I had to do this:

$query->setParam('v',2); // this works

$yt->setMajorProtocolVersion(2); // this didn't work.