We are trying to use zend 1.5.1 to get youtube video's id, and embed that video into our site. Anything with an underscore _ in the video id is getting rejected as a valid id, when I know it is a valid video id. Anyone else run into this problem, and/or figured out a solution.
Ok I have found other videos with an underscore that works with the zend. There might be a many hour/day delay for zend to recognize new videos added to youtube.
Nope I found new videos that work with zend, 5 minutes old, not a time lag. Anyone have any idea why zend/youtube api is rejecting some legit video ids? saying there not legit.
Specifically this youtube video http://www.youtube.com/watch?v=Q_PhOmUPdfQ gets rejected through the api saying "Q_PhOmUPdfQ" isn't valid.
I have the zend youTube api and the video in question works just fine here. Of course, that doesn't really help now does it? Maybe you could post some code?