video_info 1.6.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +0 -3
  3. data/Gemfile +1 -1
  4. data/README.md +11 -11
  5. data/Rakefile +1 -1
  6. data/lib/video_info.rb +30 -7
  7. data/lib/video_info/provider.rb +15 -8
  8. data/lib/video_info/providers/vimeo.rb +7 -11
  9. data/lib/video_info/providers/vkontakte.rb +30 -49
  10. data/lib/video_info/providers/youtube.rb +5 -5
  11. data/lib/video_info/version.rb +2 -2
  12. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/date/.yml +14 -14
  13. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/description/.yml +16 -14
  14. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/duration/.yml +17 -15
  15. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/height/.yml +16 -14
  16. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/keywords/.yml +17 -15
  17. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/thumbnail_large/.yml +15 -13
  18. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/thumbnail_medium/.yml +16 -14
  19. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/thumbnail_small/.yml +15 -13
  20. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/title/.yml +16 -14
  21. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/view_count/.yml +17 -15
  22. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/width/.yml +16 -14
  23. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/description/.yml +1024 -1336
  24. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/duration/.yml +1024 -1336
  25. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/embed_code/.yml +1036 -1348
  26. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/embed_url/.yml +1036 -1348
  27. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/height/.yml +1024 -1336
  28. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/keywords/.yml +1098 -0
  29. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/title/.yml +1036 -1348
  30. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/view_count/.yml +1024 -1336
  31. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/width/.yml +1024 -1336
  32. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/date/.yml +14 -13
  33. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/description/.yml +14 -13
  34. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/duration/.yml +14 -13
  35. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/keywords/.yml +14 -13
  36. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/thumbnail_large/.yml +14 -13
  37. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/thumbnail_medium/.yml +14 -13
  38. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/thumbnail_small/.yml +14 -13
  39. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/title/.yml +16 -15
  40. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/view_count/.yml +14 -13
  41. data/spec/lib/video_info/provider_spec.rb +29 -9
  42. data/spec/lib/video_info/providers/vimeo_spec.rb +11 -11
  43. data/spec/lib/video_info/providers/vkontakte_spec.rb +4 -3
  44. data/spec/lib/video_info/providers/youtube_spec.rb +19 -19
  45. data/spec/lib/video_info_spec.rb +23 -23
  46. data/spec/spec_helper.rb +8 -2
  47. data/video_info.gemspec +5 -2
  48. metadata +6 -104
  49. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/embed_code/.yml +0 -69
  50. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/embed_url/.yml +0 -69
  51. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/provider/.yml +0 -69
  52. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/url/.yml +0 -69
  53. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/video_id/.yml +0 -69
  54. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029_and_iframe_attributes/.yml +0 -69
  55. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029_and_url_attributes/.yml +0 -69
  56. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029_in_/group/_url/provider/.yml +0 -69
  57. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029_in_/group/_url/video_id/.yml +0 -69
  58. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029_in_text/provider/.yml +0 -69
  59. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029_in_text/video_id/.yml +0 -69
  60. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/date/.yml +0 -1410
  61. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/provider/.yml +0 -1410
  62. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/url/.yml +0 -1410
  63. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/video_id/.yml +0 -1410
  64. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_39576223_108370515/video_owner/.yml +0 -1369
  65. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_arbitrary_iframe_attributes/.yml +0 -62
  66. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_arbitrary_iframe_attributes/provider/.yml +0 -62
  67. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_iframe_attributes/.yml +0 -62
  68. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_iframe_attributes/provider/.yml +0 -62
  69. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_JM9NgvjjVng_in_youtu_be_url/provider/.yml +0 -65
  70. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_JM9NgvjjVng_in_youtu_be_url/video_id/.yml +0 -65
  71. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_after_params/provider/.yml +0 -66
  72. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_after_params/url/.yml +0 -66
  73. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_after_params/video_id/.yml +0 -66
  74. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_e_path/provider/.yml +0 -66
  75. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_e_path/video_id/.yml +0 -66
  76. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_embed_path/provider/.yml +0 -66
  77. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_embed_path/video_id/.yml +0 -66
  78. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_path/provider/.yml +0 -66
  79. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_path/video_id/.yml +0 -66
  80. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_user_url/provider/.yml +0 -66
  81. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_user_url/url/.yml +0 -66
  82. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_VeasFckfMHY_in_user_url/video_id/.yml +0 -66
  83. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_Xp6CXF-Cesg/provider/.yml +0 -62
  84. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_Xp6CXF-Cesg/video_id/.yml +0 -62
  85. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/embed_code/.yml +0 -62
  86. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/embed_url/.yml +0 -62
  87. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/height/.yml +0 -62
  88. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/provider/.yml +0 -62
  89. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/url/.yml +0 -62
  90. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/video_id/.yml +0 -62
  91. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/width/.yml +0 -62
  92. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_oQ49W_xKzKA/.yml +0 -62
  93. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_oQ49W_xKzKA/provider/.yml +0 -62
  94. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_oQ49W_xKzKA/video_id/.yml +0 -62
  95. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_url_in_text/provider/.yml +0 -62
  96. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_url_in_text/video_id/.yml +0 -62
  97. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/without_http_or_www/provider/.yml +0 -65
  98. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/without_http_or_www/video_id/.yml +0 -65
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:38 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:38 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:39 GMT
66
- recorded_with: VCR 2.5.0
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:38 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:38 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:39 GMT
66
- recorded_with: VCR 2.5.0
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:38 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:38 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:40 GMT
66
- recorded_with: VCR 2.5.0
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:38 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:38 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:40 GMT
66
- recorded_with: VCR 2.5.0
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:39 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:39 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:40 GMT
66
- recorded_with: VCR 2.5.0
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:38 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:38 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:40 GMT
66
- recorded_with: VCR 2.5.0
@@ -1,66 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?alt=json&v=2
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/1.5.0
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - '*/*'
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- X-Gdata-User-Country:
22
- - CH
23
- Content-Type:
24
- - application/json;charset=UTF-8
25
- Access-Control-Allow-Origin:
26
- - '*'
27
- Expires:
28
- - Mon, 07 Oct 2013 19:57:38 GMT
29
- Date:
30
- - Mon, 07 Oct 2013 19:57:38 GMT
31
- Cache-Control:
32
- - private, max-age=300, no-transform
33
- Vary:
34
- - '*'
35
- Gdata-Version:
36
- - '2.1'
37
- Etag:
38
- - W/"D0YGQ347eCp7I2A9WhFbEE8."
39
- Last-Modified:
40
- - Sun, 01 Sep 2013 08:45:22 GMT
41
- X-Content-Type-Options:
42
- - nosniff
43
- X-Frame-Options:
44
- - SAMEORIGIN
45
- X-Xss-Protection:
46
- - 1; mode=block
47
- Content-Length:
48
- - '5228'
49
- Server:
50
- - GSE
51
- Alternate-Protocol:
52
- - 80:quic
53
- body:
54
- encoding: UTF-8
55
- string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$media":"http://search.yahoo.com/mrss/","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","gd$etag":"W/\"D0YGQ347eCp7I2A9WhFbEE8.\"","id":{"$t":"tag:youtube.com,2008:video:VeasFckfMHY"},"published":{"$t":"2012-12-01T21:09:05.000Z"},"updated":{"$t":"2013-09-01T08:45:22.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#video"},{"scheme":"http://gdata.youtube.com/schemas/2007/categories.cat","term":"Education","label":"Education"}],"title":{"$t":"Introduction
56
- to Ruby"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.responses","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/responses?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=VeasFckfMHY"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/t73F73YFgh1jsggSdjbPVA?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY?v=2"}],"author":[{"name":{"$t":"Educator.com"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/EducatorVids3"},"yt$userId":{"$t":"t73F73YFgh1jsggSdjbPVA"}}],"yt$accessControl":[{"action":"comment","permission":"allowed"},{"action":"commentVote","permission":"allowed"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"allowed"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"gd$comments":{"gd$feedLink":{"rel":"http://gdata.youtube.com/schemas/2007#comments","href":"http://gdata.youtube.com/feeds/api/videos/VeasFckfMHY/comments?v=2","countHint":0}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Education","label":"Education","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/VeasFckfMHY?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":249,"yt$format":5},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":1},{"url":"rtsp://r8---sn-5hn7su7l.c.youtube.com/CiILENy73wIaGQl2MB_JFazmVRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":249,"yt$format":6}],"media$credit":[{"$t":"educatorvids3","role":"uploader","scheme":"urn:youtube","yt$display":"Educator.com"}],"media$description":{"$t":"Watch
57
- more at http://www.educator.com/learn/computer-science/introduction-to-ruby/mui/
58
- Other Computer Science subjects include PHP, Java, HTML 5, JavaScript, CSS,
59
- WordPress, and XML, with more coming soon. We also offer math/science help
60
- from middle school through high school all the way to college level courses.\n\n-All
61
- lectures are broken down by individual topics\n-No more wasted time\n-Just
62
- search and jump directly to the answer","type":"plain"},"media$keywords":{},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=VeasFckfMHY&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/default.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"default"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/1.jpg","height":90,"width":120,"time":"00:01:02.250","yt$name":"start"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/2.jpg","height":90,"width":120,"time":"00:02:04.500","yt$name":"middle"},{"url":"http://i1.ytimg.com/vi/VeasFckfMHY/3.jpg","height":90,"width":120,"time":"00:03:06.750","yt$name":"end"}],"media$title":{"$t":"Introduction
63
- to Ruby","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"249"},"yt$uploaded":{"$t":"2012-12-01T21:09:05.000Z"},"yt$uploaderId":{"$t":"UCt73F73YFgh1jsggSdjbPVA"},"yt$videoid":{"$t":"VeasFckfMHY"}},"gd$rating":{"average":5.0,"max":5,"min":1,"numRaters":3,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"1226"},"yt$rating":{"numDislikes":"0","numLikes":"3"}}}'
64
- http_version:
65
- recorded_at: Mon, 07 Oct 2013 19:57:40 GMT
66
- recorded_with: VCR 2.5.0