2011-12-14 2 views

답변

2

JSON을 요청하고 구문 분석 할 수 있습니다. 다음 코드는 첫 번째 (가장 최근) 결과를 제공하고 first에 저장합니다.

import urllib, json 

author = 'Google' 
inp = urllib.urlopen(r'http://gdata.youtube.com/feeds/api/videos?max-results=1&alt=json&orderby=published&author=' + author) 
resp = json.load(inp) 
inp.close() 

first = resp['feed']['entry'][0] 

# Title of the video 
print first['title'] 

# URL 
print first['link'][0]['href'] 

대화식 Python 쉘에서 JSON 객체를 살펴 보았습니다. build your own query 또는 내가 게시 한 것을 사용할 수 있습니다. 저자를 변경하는 것을 잊지 마십시오. 이것은 낮은 수준의 접근이며, @ Frederik은 다소 높은 수준을 언급했습니다.

first 개체는 다음과 같습니다.

{ 
    "author": [ 
     { 
      "name": { 
       "$t": "Google" 
      }, 
      "uri": { 
       "$t": "http://gdata.youtube.com/feeds/api/users/google" 
      } 
     } 
    ], 
    "category": [ 
     { 
      "scheme": "http://schemas.google.com/g/2005#kind", 
      "term": "http://gdata.youtube.com/schemas/2007#video" 
     }, 
     { 
      "label": "Science & Technology", 
      "scheme": "http://gdata.youtube.com/schemas/2007/categories.cat", 
      "term": "Tech" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Google Currents" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Google" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Currents" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Magazine App" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Reader App" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Android" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "ios" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Android phone" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "Android tablet" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "iphone" 
     }, 
     { 
      "scheme": "http://gdata.youtube.com/schemas/2007/keywords.cat", 
      "term": "ipad" 
     } 
    ], 
    "content": { 
     "$t": "Google Currents is a new mobile app that lets you enjoy free online magazines and other content optimized for your Android or Apple phones and tablets. Learn more at www.google.com", 
     "type": "text" 
    }, 
    "gd$comments": { 
     "gd$feedLink": { 
      "countHint": 463, 
      "href": "http://gdata.youtube.com/feeds/api/videos/5LOcUkm8m9w/comments" 
     } 
    }, 
    "gd$rating": { 
     "average": 4.7557077, 
     "max": 5, 
     "min": 1, 
     "numRaters": 1752, 
     "rel": "http://schemas.google.com/g/2005#overall" 
    }, 
    "id": { 
     "$t": "http://gdata.youtube.com/feeds/api/videos/5LOcUkm8m9w" 
    }, 
    "link": [ 
     { 
      "href": "http://www.youtube.com/watch?v=5LOcUkm8m9w&feature=youtube_gdata", 
      "rel": "alternate", 
      "type": "text/html" 
     }, 
     { 
      "href": "http://gdata.youtube.com/feeds/api/videos/5LOcUkm8m9w/responses", 
      "rel": "http://gdata.youtube.com/schemas/2007#video.responses", 
      "type": "application/atom+xml" 
     }, 
     { 
      "href": "http://gdata.youtube.com/feeds/api/videos/5LOcUkm8m9w/related", 
      "rel": "http://gdata.youtube.com/schemas/2007#video.related", 
      "type": "application/atom+xml" 
     }, 
     { 
      "href": "http://m.youtube.com/details?v=5LOcUkm8m9w", 
      "rel": "http://gdata.youtube.com/schemas/2007#mobile", 
      "type": "text/html" 
     }, 
     { 
      "href": "http://gdata.youtube.com/feeds/api/videos/5LOcUkm8m9w", 
      "rel": "self", 
      "type": "application/atom+xml" 
     } 
    ], 
    "media$group": { 
     "media$category": [ 
      { 
       "$t": "Tech", 
       "label": "Science & Technology", 
       "scheme": "http://gdata.youtube.com/schemas/2007/categories.cat" 
      } 
     ], 
     "media$content": [ 
      { 
       "duration": 94, 
       "expression": "full", 
       "isDefault": "true", 
       "medium": "video", 
       "type": "application/x-shockwave-flash", 
       "url": "http://www.youtube.com/v/5LOcUkm8m9w?version=3&f=videos&app=youtube_gdata", 
       "yt$format": 5 
      }, 
      { 
       "duration": 94, 
       "expression": "full", 
       "medium": "video", 
       "type": "video/3gpp", 
       "url": "rtsp://v1.cache8.c.youtube.com/CiILENy73wIaGQncm7xJUpyz5BMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp", 
       "yt$format": 1 
      }, 
      { 
       "duration": 94, 
       "expression": "full", 
       "medium": "video", 
       "type": "video/3gpp", 
       "url": "rtsp://v5.cache4.c.youtube.com/CiILENy73wIaGQncm7xJUpyz5BMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp", 
       "yt$format": 6 
      } 
     ], 
     "media$description": { 
      "$t": "Google Currents is a new mobile app that lets you enjoy free online magazines and other content optimized for your Android or Apple phones and tablets. Learn more at www.google.com", 
      "type": "plain" 
     }, 
     "media$keywords": { 
      "$t": "Google Currents, Google, Currents, Magazine App, Reader App, Android, ios, Android phone, Android tablet, iphone, ipad" 
     }, 
     "media$player": [ 
      { 
       "url": "http://www.youtube.com/watch?v=5LOcUkm8m9w&feature=youtube_gdata_player" 
      } 
     ], 
     "media$thumbnail": [ 
      { 
       "height": 360, 
       "time": "00:00:47", 
       "url": "http://i.ytimg.com/vi/5LOcUkm8m9w/0.jpg", 
       "width": 480 
      }, 
      { 
       "height": 90, 
       "time": "00:00:23.500", 
       "url": "http://i.ytimg.com/vi/5LOcUkm8m9w/1.jpg", 
       "width": 120 
      }, 
      { 
       "height": 90, 
       "time": "00:00:47", 
       "url": "http://i.ytimg.com/vi/5LOcUkm8m9w/2.jpg", 
       "width": 120 
      }, 
      { 
       "height": 90, 
       "time": "00:01:10.500", 
       "url": "http://i.ytimg.com/vi/5LOcUkm8m9w/3.jpg", 
       "width": 120 
      } 
     ], 
     "media$title": { 
      "$t": "Introducing Google Currents", 
      "type": "plain" 
     }, 
     "yt$duration": { 
      "seconds": "94" 
     } 
    }, 
    "published": { 
     "$t": "2011-12-08T09:10:07.000Z" 
    }, 
    "title": { 
     "$t": "Introducing Google Currents", 
     "type": "text" 
    }, 
    "updated": { 
     "$t": "2011-12-14T12:57:53.000Z" 
    }, 
    "yt$hd": {}, 
    "yt$statistics": { 
     "favoriteCount": "312", 
     "viewCount": "420050" 
    } 
} 
관련 문제