felipEx
Scripting Contest Winner
Posts: 378 Reputation: 24
35 / /
Joined: Jun 2006
|
RE: [?] Playing with the Google Data (YouTube) API...
jscript code: var api=eval(GetContents("http://gdata.youtube.com/feeds/api/videos?q="+Keyword+"&alt=json"));
jscript code: var results = eval( '(' + xmlhttp.responseText + ')' );
Debug.Trace(results.feed["openSearch$totalResults"]["$t"]);
// Debug.Trace(results.feed.entry[0]["media$group"]["media$title"]["$t"]);
See also: Using JSON with Google Data APIs / Requesting and using JSON feeds
|
|