|
Loading...
|
youtube-api-gdata@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[YouTube-API] Re: urlencoding issue with $query->setVideoQuery(); Jochen Hartmann Mon Dec 29 18:00:32 2008
Hi,
This must be an issue in your code. If I do the following:
$yt = new Zend_Gdata_YouTube();
$query = $yt->newVideoQuery();
$query->setVideoQuery('monkey -speed');
$resultsFeed = $yt->getVideoFeed($query);
I get the same exact results as this query:
http://gdata.youtube.com/feeds/api/videos?q=monkey+-speed
Cheers,
- Jochen
On Dec 20, 2:54 pm, SGBoise <[EMAIL PROTECTED]> wrote:
> Unfortunately that didn't work.
>
> Doing it this way still returns videos with
> speed.http://gdata.youtube.com/feeds/api/videos?q=monkey-speed
> // Doing it this way removed the videos with
> speed.http://gdata.youtube.com/feeds/api/videos?q=monkey+-speed
--~--~---------~--~----~------------~-------~--~----~
It's survey time! Fill out our developer survey and help us make the APIs
better:
http://spreadsheets.google.com/viewform?key=pFrmMi8feTQYK074Rx6eIbg
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You received this message because you are subscribed to the Google
Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/youtube-api-gdata?hl=en
-~----------~----~----~----~------~----~------~--~---
- [YouTube-API] Re: urlencoding issue with $query->setVideoQuery(); Jochen Hartmann 2008/12/29 <=