Rachit95 / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

GvideoSearchClient does not search specific site #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
var clientVideoSearch = new GvideoSearchClient( "www.episerver.com"));
                     IList<IVideoResult> videoresults = clientVideoSearch.Search("test", 10);

What is the expected output?
Ans: I expected the videos on site episerver.com

What do you see instead?

Ans: Its search whole web, just like google videos on the google link,

What version of the product are you using? On what operating system?
3.4

Please provide any additional information below.
Do I need to do any settings>

Original issue reported on code.google.com by abhisal1...@gmail.com on 10 Jan 2012 at 9:24

GoogleCodeExporter commented 8 years ago
its get directed to youtube site all the time?

Original comment by abhisal1...@gmail.com on 10 Jan 2012 at 12:58