Skip to content

Instantly share code, notes, and snippets.

@codeprogression
Created July 15, 2011 21:55
Show Gist options
  • Save codeprogression/1085627 to your computer and use it in GitHub Desktop.
Save codeprogression/1085627 to your computer and use it in GitHub Desktop.
JSON response from Hulu for SNL skit
{
"duration": 102.7,
"type": "video",
"provider_url": "http://www.hulu.com/",
"embed_url": "http://www.hulu.com/embed/YdmSIZmY6plQhyhHSceW2A",
"author_name": "NBC",
"cache_age": 3600,
"height": 200,
"width": 115,
"html": "<object width="200" height="115"><param name="movie"
value="http://www.hulu.com/embed/YdmSIZmY6plQhyhHSceW2A"></param>
<param name="flashvars" value="ap=1"></param>
<embed src="http://www.hulu.com/embed/YdmSIZmY6plQhyhHSceW2A"
type="application/x-shockwave-flash" width="200" height="115"
flashvars="ap=1"></embed></object>",
"air_date": {},
"title": "Undercover Celebrity Boss (Saturday Night Live)",
"thumbnail_width": 200,
"version": "1.0",
"thumbnail_url":
"http://thumbnails.hulu.com/265/50037265/148745_145x80_generated.jpg",
"thumbnail_height": 110,
"provider_name": "Hulu"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment