Hi,

In my experience Google modifies your query to include both results
and I really wish there was a way to specify this instead of having
Google force it on you.

The queries Google generates for me is

http://video.google.com/videosearch?source=uds&type=search&q=google+%28site%3Avideo.google.com+OR+site%3Ayoutube.com%29&hl=en&start=0

"site:video.google.com+OR+site:youtube.com"

So you most likely will have to build your own controls for this using
the feeds Gdata from YouTube instead or something

http://gdata.youtube.com/feeds/base/videos?q=google&client=ytapi-youtube-search&alt=rss&v=2

(You should be able to build a feed app to do this)

Or, just try the YouTube API instead

http://code.google.com/apis/youtube/overview.html

Cheers!
Vision Jinx

On Aug 16, 10:24 am, Matthieu <[email protected]> wrote:
> Hi,
>
> Im using the api on my website but Ive noticed google videos don't
> work for a very long time.
> Id like to disable the google video results but keep the youtube ones.
> Do you know how to do it?
>
> here is my code
>           this.video = new GvideoSearch();
>           this.ctrl.addSearcher(this.video, searcherOptions);
>           this.ctrl.setSearchCompleteCallback(this, ready_video);
>
> thks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" 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/google-ajax-search-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to