栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

通过JSON获取JavaScript中单个视频(而非供稿)的YouTube信息

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

通过JSON获取JavaScript中单个视频(而非供稿)的YouTube信息

2015年5月更新:

该解决方案无法正常运行,YouTube API v2正在进行中,即将停用。

有关更多信息,请访问:https
//www.youtube.com/devicesupport

尝试这样的事情:

var video_id='VA770wpLX-Q';$.getJSON('http://gdata.youtube.com/feeds/api/videos/'+video_id+'?v=2&alt=jsonc',function(data,status,xhr){    alert(data.data.title);    // data contains the JSON-Object below});

演示:http://jsfiddle.net/wqwxg/

返回的JSON如下所示:

{    "apiVersion": "2.1",    "data": {        "id": "VA770wpLX-Q",        "uploaded": "2011-02-24T22:31:02.000Z",        "updated": "2012-04-08T21:37:06.000Z",        "uploader": "drdrevevo",        "category": "Music",        "title": "Dr. Dre - I Need A Doctor (Explicit) ft. Eminem, Skylar Grey",        "description": "Music video by Dr. Dre performing I Need A Doctor featuring Eminem and Skylar Grey (Explicit). © 2011 Aftermath Records",        "tags": ["Dr", "Dre", "Eminem", "New", "Song", "Skylar", "Grey", "GRAMMYs", "Dr.", "Need", "Doctor", "video", "Eazy", "N.W.A.", "NWA", "easy", "drdre", "and", "em"],        "thumbnail": { "sqDefault": "http://i.ytimg.com/vi/VA770wpLX-Q/default.jpg", "hqDefault": "http://i.ytimg.com/vi/VA770wpLX-Q/hqdefault.jpg"        },        "player": { "default": "http://www.youtube.com/watch?v=VA770wpLX-Q&feature=youtube_gdata_player"        },        "content": { "5": "http://www.youtube.com/v/VA770wpLX-Q?version=3&f=videos&app=youtube_gdata"        },        "duration": 457,        "aspectRatio": "widescreen",        "rating": 4.902695,        "likeCount": "430519",        "ratingCount": 441253,        "viewCount": 88270796,        "favoriteCount": 306556,        "commentCount": 270597,        "status": { "value": "restricted", "reason": "requesterRegion"        },        "restrictions": [{ "type": "country", "relationship": "deny", "countries": "DE"        }],        "accessControl": { "comment": "allowed", "commentVote": "allowed", "videoRespond": "allowed", "rate": "allowed", "embed": "allowed", "list": "allowed", "autoPlay": "denied", "syndicate": "allowed"        }    }}


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/404193.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号