video_info 2.3.3 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +14 -0
- data/lib/video_info.rb +5 -1
- data/lib/video_info/provider.rb +16 -10
- data/lib/video_info/providers/dailymotion.rb +2 -4
- data/lib/video_info/providers/vimeo.rb +1 -3
- data/lib/video_info/providers/vimeoplaylist.rb +0 -2
- data/lib/video_info/providers/vkontakte.rb +10 -13
- data/lib/video_info/providers/wistia.rb +63 -0
- data/lib/video_info/providers/youtube.rb +6 -4
- data/lib/video_info/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_This_video_does_not_exist_or_has_been_deleted_/_available_/.yml +11 -7
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_valid_video/_available_/.yml +9 -5
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_date/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_title/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/.yml +12 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/_available_/.yml +5 -5
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/_available_/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_date/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_description/.yml +11 -11
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_duration/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_height/.yml +13 -13
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_keywords/.yml +12 -12
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/.yml +13 -13
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_title/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/.yml +12 -12
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_width/.yml +12 -12
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/_available_/with_invalid_playlist/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/_available_/with_valid_playlist/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_description/.yml +8 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_large/.yml +9 -9
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_medium/.yml +9 -9
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_small/.yml +8 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_title/.yml +8 -8
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_videos/.yml +27 -27
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_invalid_video/_available_/.yml +3 -3
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_valid_video/_available_/.yml +1084 -1058
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video-54799401_165822734/_title/.yml +1383 -1272
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_description/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_duration/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_embed_code/.yml +1084 -1058
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_embed_url/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_height/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_keywords/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_title/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_view_count/.yml +1085 -1059
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_width/.yml +1084 -1058
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_invalid_video/_available_/.yml +65 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_valid_video/_available_/.yml +67 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_duration/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_height/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_large/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_medium/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_small/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_title/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_width/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_duration/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_height/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_large/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_medium/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_small/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_title/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_width/.yml +73 -0
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_no_longer_available_due_to_a_copyright_claim_video/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_date/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_thumbnail_large/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_thumbnail_medium/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_thumbnail_small/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/.yml +11 -9
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/.yml +6 -6
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_invalid_playlist/_available_/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_valid_playlist/_available_/.yml +5 -5
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL0E8117603D70E10A_in_embed_path/_videos/.yml +5 -5
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_description/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_large/.yml +13 -15
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_medium/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_small/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_title/.yml +10 -10
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_videos/.yml +11 -11
- data/spec/lib/video_info/providers/wistia_spec.rb +168 -0
- data/video_info.gemspec +1 -1
- metadata +37 -2
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -23,9 +23,9 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Expires:
|
26
|
-
-
|
26
|
+
- Tue, 09 Dec 2014 19:27:38 GMT
|
27
27
|
Date:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:27:38 GMT
|
29
29
|
Cache-Control:
|
30
30
|
- private, max-age=300, no-transform
|
31
31
|
Vary:
|
@@ -47,7 +47,7 @@ http_interactions:
|
|
47
47
|
Server:
|
48
48
|
- GSE
|
49
49
|
Alternate-Protocol:
|
50
|
-
- 80:quic,p=0.
|
50
|
+
- 80:quic,p=0.02
|
51
51
|
body:
|
52
52
|
encoding: UTF-8
|
53
53
|
string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"DEMERH47eCp7I2A9Wh9QGEk.\"","id":{"$t":"tag:youtube.com,2008:video:mZqGqE0D0n4"},"published":{"$t":"2008-04-12T22:25:35.000Z"},"updated":{"$t":"2014-03-03T11:33:25.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":"Music","label":"Music"}],"title":{"$t":"Cherry
|
@@ -55,7 +55,7 @@ http_interactions:
|
|
55
55
|
Bloom"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/cherrybloomband"},"yt$userId":{"$t":"zxQk-rZGowoqMBKxGD5jSA"}}],"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/mZqGqE0D0n4/comments?v=2","countHint":11}},"media$group":{"media$category":[{"$t":"Music","label":"Music","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/mZqGqE0D0n4?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":176,"yt$format":5},{"url":"rtsp://r5---sn-4g57kuel.c.youtube.com/CiILENy73wIaGQl-0gNNqIaamRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":176,"yt$format":1},{"url":"rtsp://r5---sn-4g57kuel.c.youtube.com/CiILENy73wIaGQl-0gNNqIaamRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":176,"yt$format":6}],"media$credit":[{"$t":"cherrybloomband","role":"uploader","scheme":"urn:youtube","yt$display":"Cherry
|
56
56
|
Bloom"}],"media$description":{"$t":"The first video from the upcoming album
|
57
57
|
Secret Sounds, to download in-stores April 14. Checkout http://www.cherrybloom.net","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=mZqGqE0D0n4&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/default.jpg","height":90,"width":120,"time":"00:01:28","yt$name":"default"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/1.jpg","height":90,"width":120,"time":"00:00:44","yt$name":"start"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/2.jpg","height":90,"width":120,"time":"00:01:28","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/3.jpg","height":90,"width":120,"time":"00:02:12","yt$name":"end"}],"media$title":{"$t":"Cherry
|
58
|
-
Bloom - King Of The Knife","type":"plain"},"yt$duration":{"seconds":"176"},"yt$uploaded":{"$t":"2008-04-12T22:25:35.000Z"},"yt$uploaderId":{"$t":"UCzxQk-rZGowoqMBKxGD5jSA"},"yt$videoid":{"$t":"mZqGqE0D0n4"}},"gd$rating":{"average":4.8297873,"max":5,"min":1,"numRaters":47,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
58
|
+
Bloom - King Of The Knife","type":"plain"},"yt$duration":{"seconds":"176"},"yt$uploaded":{"$t":"2008-04-12T22:25:35.000Z"},"yt$uploaderId":{"$t":"UCzxQk-rZGowoqMBKxGD5jSA"},"yt$videoid":{"$t":"mZqGqE0D0n4"}},"gd$rating":{"average":4.8297873,"max":5,"min":1,"numRaters":47,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"6734"},"yt$rating":{"numDislikes":"2","numLikes":"45"}}}'
|
59
59
|
http_version:
|
60
|
-
recorded_at:
|
60
|
+
recorded_at: Tue, 09 Dec 2014 19:27:38 GMT
|
61
61
|
recorded_with: VCR 2.9.3
|
data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/.yml
CHANGED
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -21,11 +21,13 @@ http_interactions:
|
|
21
21
|
X-Gdata-User-Country:
|
22
22
|
- CH
|
23
23
|
Content-Type:
|
24
|
-
- application/json;charset=UTF-8
|
24
|
+
- application/json; charset=UTF-8
|
25
|
+
Access-Control-Allow-Origin:
|
26
|
+
- "*"
|
25
27
|
Expires:
|
26
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:27:38 GMT
|
27
29
|
Date:
|
28
|
-
-
|
30
|
+
- Tue, 09 Dec 2014 19:27:38 GMT
|
29
31
|
Cache-Control:
|
30
32
|
- private, max-age=300, no-transform
|
31
33
|
Vary:
|
@@ -36,18 +38,18 @@ http_interactions:
|
|
36
38
|
- W/"DEMERH47eCp7I2A9Wh9QGEk."
|
37
39
|
Last-Modified:
|
38
40
|
- Mon, 03 Mar 2014 11:33:25 GMT
|
41
|
+
Transfer-Encoding:
|
42
|
+
- chunked
|
39
43
|
X-Content-Type-Options:
|
40
44
|
- nosniff
|
41
45
|
X-Frame-Options:
|
42
46
|
- SAMEORIGIN
|
43
47
|
X-Xss-Protection:
|
44
48
|
- 1; mode=block
|
45
|
-
Content-Length:
|
46
|
-
- '4588'
|
47
49
|
Server:
|
48
50
|
- GSE
|
49
51
|
Alternate-Protocol:
|
50
|
-
- 80:quic,p=0.
|
52
|
+
- 80:quic,p=0.02
|
51
53
|
body:
|
52
54
|
encoding: UTF-8
|
53
55
|
string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"DEMERH47eCp7I2A9Wh9QGEk.\"","id":{"$t":"tag:youtube.com,2008:video:mZqGqE0D0n4"},"published":{"$t":"2008-04-12T22:25:35.000Z"},"updated":{"$t":"2014-03-03T11:33:25.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":"Music","label":"Music"}],"title":{"$t":"Cherry
|
@@ -55,7 +57,7 @@ http_interactions:
|
|
55
57
|
Bloom"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/cherrybloomband"},"yt$userId":{"$t":"zxQk-rZGowoqMBKxGD5jSA"}}],"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/mZqGqE0D0n4/comments?v=2","countHint":11}},"media$group":{"media$category":[{"$t":"Music","label":"Music","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/mZqGqE0D0n4?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":176,"yt$format":5},{"url":"rtsp://r5---sn-4g57kuel.c.youtube.com/CiILENy73wIaGQl-0gNNqIaamRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":176,"yt$format":1},{"url":"rtsp://r5---sn-4g57kuel.c.youtube.com/CiILENy73wIaGQl-0gNNqIaamRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":176,"yt$format":6}],"media$credit":[{"$t":"cherrybloomband","role":"uploader","scheme":"urn:youtube","yt$display":"Cherry
|
56
58
|
Bloom"}],"media$description":{"$t":"The first video from the upcoming album
|
57
59
|
Secret Sounds, to download in-stores April 14. Checkout http://www.cherrybloom.net","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=mZqGqE0D0n4&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/default.jpg","height":90,"width":120,"time":"00:01:28","yt$name":"default"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/1.jpg","height":90,"width":120,"time":"00:00:44","yt$name":"start"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/2.jpg","height":90,"width":120,"time":"00:01:28","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/3.jpg","height":90,"width":120,"time":"00:02:12","yt$name":"end"}],"media$title":{"$t":"Cherry
|
58
|
-
Bloom - King Of The Knife","type":"plain"},"yt$duration":{"seconds":"176"},"yt$uploaded":{"$t":"2008-04-12T22:25:35.000Z"},"yt$uploaderId":{"$t":"UCzxQk-rZGowoqMBKxGD5jSA"},"yt$videoid":{"$t":"mZqGqE0D0n4"}},"gd$rating":{"average":4.8297873,"max":5,"min":1,"numRaters":47,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
60
|
+
Bloom - King Of The Knife","type":"plain"},"yt$duration":{"seconds":"176"},"yt$uploaded":{"$t":"2008-04-12T22:25:35.000Z"},"yt$uploaderId":{"$t":"UCzxQk-rZGowoqMBKxGD5jSA"},"yt$videoid":{"$t":"mZqGqE0D0n4"}},"gd$rating":{"average":4.8297873,"max":5,"min":1,"numRaters":47,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"6734"},"yt$rating":{"numDislikes":"2","numLikes":"45"}}}'
|
59
61
|
http_version:
|
60
|
-
recorded_at:
|
62
|
+
recorded_at: Tue, 09 Dec 2014 19:27:38 GMT
|
61
63
|
recorded_with: VCR 2.9.3
|
data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/.yml
CHANGED
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -23,9 +23,9 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Expires:
|
26
|
-
-
|
26
|
+
- Tue, 09 Dec 2014 19:27:38 GMT
|
27
27
|
Date:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:27:38 GMT
|
29
29
|
Cache-Control:
|
30
30
|
- private, max-age=300, no-transform
|
31
31
|
Vary:
|
@@ -47,7 +47,7 @@ http_interactions:
|
|
47
47
|
Server:
|
48
48
|
- GSE
|
49
49
|
Alternate-Protocol:
|
50
|
-
- 80:quic,p=0.
|
50
|
+
- 80:quic,p=0.02
|
51
51
|
body:
|
52
52
|
encoding: UTF-8
|
53
53
|
string: '{"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"DEMERH47eCp7I2A9Wh9QGEk.\"","id":{"$t":"tag:youtube.com,2008:video:mZqGqE0D0n4"},"published":{"$t":"2008-04-12T22:25:35.000Z"},"updated":{"$t":"2014-03-03T11:33:25.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":"Music","label":"Music"}],"title":{"$t":"Cherry
|
@@ -55,7 +55,7 @@ http_interactions:
|
|
55
55
|
Bloom"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/cherrybloomband"},"yt$userId":{"$t":"zxQk-rZGowoqMBKxGD5jSA"}}],"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/mZqGqE0D0n4/comments?v=2","countHint":11}},"media$group":{"media$category":[{"$t":"Music","label":"Music","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/mZqGqE0D0n4?version=3&f=videos&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":176,"yt$format":5},{"url":"rtsp://r5---sn-4g57kuel.c.youtube.com/CiILENy73wIaGQl-0gNNqIaamRMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":176,"yt$format":1},{"url":"rtsp://r5---sn-4g57kuel.c.youtube.com/CiILENy73wIaGQl-0gNNqIaamRMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":176,"yt$format":6}],"media$credit":[{"$t":"cherrybloomband","role":"uploader","scheme":"urn:youtube","yt$display":"Cherry
|
56
56
|
Bloom"}],"media$description":{"$t":"The first video from the upcoming album
|
57
57
|
Secret Sounds, to download in-stores April 14. Checkout http://www.cherrybloom.net","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=mZqGqE0D0n4&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/default.jpg","height":90,"width":120,"time":"00:01:28","yt$name":"default"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/1.jpg","height":90,"width":120,"time":"00:00:44","yt$name":"start"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/2.jpg","height":90,"width":120,"time":"00:01:28","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/mZqGqE0D0n4/3.jpg","height":90,"width":120,"time":"00:02:12","yt$name":"end"}],"media$title":{"$t":"Cherry
|
58
|
-
Bloom - King Of The Knife","type":"plain"},"yt$duration":{"seconds":"176"},"yt$uploaded":{"$t":"2008-04-12T22:25:35.000Z"},"yt$uploaderId":{"$t":"UCzxQk-rZGowoqMBKxGD5jSA"},"yt$videoid":{"$t":"mZqGqE0D0n4"}},"gd$rating":{"average":4.8297873,"max":5,"min":1,"numRaters":47,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
58
|
+
Bloom - King Of The Knife","type":"plain"},"yt$duration":{"seconds":"176"},"yt$uploaded":{"$t":"2008-04-12T22:25:35.000Z"},"yt$uploaderId":{"$t":"UCzxQk-rZGowoqMBKxGD5jSA"},"yt$videoid":{"$t":"mZqGqE0D0n4"}},"gd$rating":{"average":4.8297873,"max":5,"min":1,"numRaters":47,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"6734"},"yt$rating":{"numDislikes":"2","numLikes":"45"}}}'
|
59
59
|
http_version:
|
60
|
-
recorded_at:
|
60
|
+
recorded_at: Tue, 09 Dec 2014 19:27:38 GMT
|
61
61
|
recorded_with: VCR 2.9.3
|
@@ -23,9 +23,9 @@ http_interactions:
|
|
23
23
|
Content-Length:
|
24
24
|
- '184'
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Tue, 09 Dec 2014 19:27:35 GMT
|
27
27
|
Expires:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:27:35 GMT
|
29
29
|
Cache-Control:
|
30
30
|
- private, max-age=0
|
31
31
|
X-Content-Type-Options:
|
@@ -37,10 +37,10 @@ http_interactions:
|
|
37
37
|
Server:
|
38
38
|
- GSE
|
39
39
|
Alternate-Protocol:
|
40
|
-
- 80:quic,p=0.
|
40
|
+
- 80:quic,p=0.02
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
43
|
string: ''
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 09 Dec 2014 19:27:35 GMT
|
46
46
|
recorded_with: VCR 2.9.3
|
@@ -23,9 +23,9 @@ http_interactions:
|
|
23
23
|
Access-Control-Allow-Origin:
|
24
24
|
- "*"
|
25
25
|
Expires:
|
26
|
-
-
|
26
|
+
- Tue, 09 Dec 2014 19:32:35 GMT
|
27
27
|
Date:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:27:35 GMT
|
29
29
|
Cache-Control:
|
30
30
|
- public, max-age=300, no-transform
|
31
31
|
Vary:
|
@@ -37,7 +37,7 @@ http_interactions:
|
|
37
37
|
Last-Modified:
|
38
38
|
- Wed, 26 Feb 2014 22:25:04 GMT
|
39
39
|
Content-Length:
|
40
|
-
- '
|
40
|
+
- '95298'
|
41
41
|
X-Content-Type-Options:
|
42
42
|
- nosniff
|
43
43
|
X-Frame-Options:
|
@@ -47,10 +47,10 @@ http_interactions:
|
|
47
47
|
Server:
|
48
48
|
- GSE
|
49
49
|
Alternate-Protocol:
|
50
|
-
- 80:quic,p=0.
|
50
|
+
- 80:quic,p=0.02
|
51
51
|
body:
|
52
52
|
encoding: UTF-8
|
53
53
|
string: ''
|
54
54
|
http_version:
|
55
|
-
recorded_at:
|
55
|
+
recorded_at: Tue, 09 Dec 2014 19:27:35 GMT
|
56
56
|
recorded_with: VCR 2.9.3
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -25,9 +25,9 @@ http_interactions:
|
|
25
25
|
Access-Control-Allow-Origin:
|
26
26
|
- "*"
|
27
27
|
Expires:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:32:37 GMT
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Tue, 09 Dec 2014 19:27:37 GMT
|
31
31
|
Cache-Control:
|
32
32
|
- public, max-age=300, no-transform
|
33
33
|
Vary:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Server:
|
50
50
|
- GSE
|
51
51
|
Alternate-Protocol:
|
52
|
-
- 80:quic,p=0.
|
52
|
+
- 80:quic,p=0.02
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: '{"version":"1.0","encoding":"UTF-8","feed":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$openSearch":"http://a9.com/-/spec/opensearch/1.1/","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"A0cHQX47eCp7I2A9WhdSF0w.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL0E8117603D70E10A"},"updated":{"$t":"2011-07-26T22:23:50.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#playlist"}],"title":{"$t":"Anthrax
|
@@ -57,5 +57,5 @@ http_interactions:
|
|
57
57
|
data API","version":"2.1","uri":"http://gdata.youtube.com"},"openSearch$totalResults":{"$t":0},"openSearch$startIndex":{"$t":1},"openSearch$itemsPerPage":{"$t":25},"media$group":{"media$title":{"$t":"Anthrax
|
58
58
|
War","type":"plain"}},"yt$playlistId":{"$t":"PL0E8117603D70E10A"}}}'
|
59
59
|
http_version:
|
60
|
-
recorded_at:
|
60
|
+
recorded_at: Tue, 09 Dec 2014 19:27:37 GMT
|
61
61
|
recorded_with: VCR 2.9.3
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -25,9 +25,9 @@ http_interactions:
|
|
25
25
|
Access-Control-Allow-Origin:
|
26
26
|
- "*"
|
27
27
|
Expires:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:32:36 GMT
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Tue, 09 Dec 2014 19:27:36 GMT
|
31
31
|
Cache-Control:
|
32
32
|
- public, max-age=300, no-transform
|
33
33
|
Vary:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Server:
|
50
50
|
- GSE
|
51
51
|
Alternate-Protocol:
|
52
|
-
- 80:quic,p=0.
|
52
|
+
- 80:quic,p=0.02
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: '{"version":"1.0","encoding":"UTF-8","feed":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$openSearch":"http://a9.com/-/spec/opensearch/1.1/","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"Ck4CRH47eCp7I2A9XRZXEkk.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr"},"updated":{"$t":"2014-07-01T18:56:05.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#playlist"}],"title":{"$t":"YouTube
|
@@ -75,24 +75,24 @@ http_interactions:
|
|
75
75
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/9g2U12SsRns?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":132,"yt$format":5},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":1},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
76
76
|
Help"}],"media$description":{"$t":"Learn more about YouTube''s Content ID
|
77
77
|
system.","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=9g2U12SsRns&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/9g2U12SsRns/default.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"default"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/1.jpg","height":90,"width":120,"time":"00:00:33","yt$name":"start"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/2.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/3.jpg","height":90,"width":120,"time":"00:01:39","yt$name":"end"}],"media$title":{"$t":"YouTube
|
78
|
-
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
78
|
+
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"740965"},"yt$position":{"$t":2}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Determining
|
79
79
|
What Happened to Your Video"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=8b0aEoxqqC0"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE?v=2"}],"author":[{"name":{"$t":"YouTube
|
80
80
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":191,"yt$format":5},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":1},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
81
81
|
Help"}],"media$description":{"$t":"This video will show you how to determine
|
82
82
|
what happened to your video if it was removed from YouTube.\n\nTo learn more
|
83
83
|
about copyright on YouTube, please visit our Copyright Center at http://www.youtube.com/yt/copyright/","type":"plain"},"media$keywords":{},"media$license":{"$t":"cc","type":"text/html","href":"http://creativecommons.org/licenses/by/3.0/"},"media$player":{"url":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/default.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"default"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/1.jpg","height":90,"width":120,"time":"00:00:47.750","yt$name":"start"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/2.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/3.jpg","height":90,"width":120,"time":"00:02:23.250","yt$name":"end"}],"media$title":{"$t":"Determining
|
84
|
-
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
84
|
+
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"42013"},"yt$position":{"$t":3}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Entertainment","label":"Entertainment"}],"title":{"$t":"Reporting
|
85
85
|
and Policy Enforcement on YouTube"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=6c3mHikRz0I&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=6c3mHikRz0I"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs?v=2"}],"author":[{"name":{"$t":"YouTube
|
86
|
-
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":
|
86
|
+
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":149}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Entertainment","label":"Entertainment","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":94,"yt$format":5},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":1},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
87
87
|
Help"}],"media$description":{"$t":"This video explains the basics of reporting
|
88
88
|
on YouTube. \n\nTo learn more about reporting, policies and safety please
|
89
89
|
visit our Policy and Safety hub, http://www.youtube.com/yt/policyandsafety/","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=6c3mHikRz0I&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/default.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"default"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/1.jpg","height":90,"width":120,"time":"00:00:23.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/2.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/3.jpg","height":90,"width":120,"time":"00:01:10.500","yt$name":"end"}],"media$title":{"$t":"Reporting
|
90
|
-
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.
|
90
|
+
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.3271606,"max":5,"min":1,"numRaters":648,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"208861"},"yt$rating":{"numDislikes":"271","numLikes":"377"},"yt$position":{"$t":4}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4"},"published":{"$t":"2013-12-17T23:45:41.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Howto","label":"Howto
|
91
91
|
& Style"}],"title":{"$t":"YouTube Copyright Basics (Global)"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=OQVHWsTHcoc"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4?v=2"}],"author":[{"name":{"$t":"YouTube
|
92
92
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"yt$hd":{},"media$group":{"media$category":[{"$t":"Howto","label":"Howto
|
93
93
|
& Style","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":342,"yt$format":5},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":1},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
94
94
|
Help"}],"media$description":{"$t":"","type":"plain"},"media$keywords":{"$t":"yt:cc=on"},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/default.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"default"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/1.jpg","height":90,"width":120,"time":"00:01:25.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/2.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/3.jpg","height":90,"width":120,"time":"00:04:16.500","yt$name":"end"}],"media$title":{"$t":"YouTube
|
95
|
-
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
95
|
+
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"888537"},"yt$position":{"$t":5}}]}}'
|
96
96
|
http_version:
|
97
|
-
recorded_at:
|
97
|
+
recorded_at: Tue, 09 Dec 2014 19:27:36 GMT
|
98
98
|
recorded_with: VCR 2.9.3
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -21,13 +21,11 @@ http_interactions:
|
|
21
21
|
X-Gdata-User-Country:
|
22
22
|
- CH
|
23
23
|
Content-Type:
|
24
|
-
- application/json;
|
25
|
-
Access-Control-Allow-Origin:
|
26
|
-
- "*"
|
24
|
+
- application/json;charset=UTF-8
|
27
25
|
Expires:
|
28
|
-
-
|
26
|
+
- Tue, 09 Dec 2014 19:32:37 GMT
|
29
27
|
Date:
|
30
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:27:37 GMT
|
31
29
|
Cache-Control:
|
32
30
|
- public, max-age=300, no-transform
|
33
31
|
Vary:
|
@@ -38,18 +36,18 @@ http_interactions:
|
|
38
36
|
- W/"Ck4CRH47eCp7I2A9XRZXEkk."
|
39
37
|
Last-Modified:
|
40
38
|
- Tue, 01 Jul 2014 18:56:05 GMT
|
41
|
-
Transfer-Encoding:
|
42
|
-
- chunked
|
43
39
|
X-Content-Type-Options:
|
44
40
|
- nosniff
|
45
41
|
X-Frame-Options:
|
46
42
|
- SAMEORIGIN
|
47
43
|
X-Xss-Protection:
|
48
44
|
- 1; mode=block
|
45
|
+
Content-Length:
|
46
|
+
- '25679'
|
49
47
|
Server:
|
50
48
|
- GSE
|
51
49
|
Alternate-Protocol:
|
52
|
-
- 80:quic,p=0.
|
50
|
+
- 80:quic,p=0.02
|
53
51
|
body:
|
54
52
|
encoding: UTF-8
|
55
53
|
string: '{"version":"1.0","encoding":"UTF-8","feed":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$openSearch":"http://a9.com/-/spec/opensearch/1.1/","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"Ck4CRH47eCp7I2A9XRZXEkk.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr"},"updated":{"$t":"2014-07-01T18:56:05.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#playlist"}],"title":{"$t":"YouTube
|
@@ -75,24 +73,24 @@ http_interactions:
|
|
75
73
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/9g2U12SsRns?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":132,"yt$format":5},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":1},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
76
74
|
Help"}],"media$description":{"$t":"Learn more about YouTube''s Content ID
|
77
75
|
system.","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=9g2U12SsRns&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/9g2U12SsRns/default.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"default"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/1.jpg","height":90,"width":120,"time":"00:00:33","yt$name":"start"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/2.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/3.jpg","height":90,"width":120,"time":"00:01:39","yt$name":"end"}],"media$title":{"$t":"YouTube
|
78
|
-
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
76
|
+
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"740965"},"yt$position":{"$t":2}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Determining
|
79
77
|
What Happened to Your Video"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=8b0aEoxqqC0"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE?v=2"}],"author":[{"name":{"$t":"YouTube
|
80
78
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":191,"yt$format":5},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":1},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
81
79
|
Help"}],"media$description":{"$t":"This video will show you how to determine
|
82
80
|
what happened to your video if it was removed from YouTube.\n\nTo learn more
|
83
81
|
about copyright on YouTube, please visit our Copyright Center at http://www.youtube.com/yt/copyright/","type":"plain"},"media$keywords":{},"media$license":{"$t":"cc","type":"text/html","href":"http://creativecommons.org/licenses/by/3.0/"},"media$player":{"url":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/default.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"default"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/1.jpg","height":90,"width":120,"time":"00:00:47.750","yt$name":"start"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/2.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/3.jpg","height":90,"width":120,"time":"00:02:23.250","yt$name":"end"}],"media$title":{"$t":"Determining
|
84
|
-
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
82
|
+
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"42013"},"yt$position":{"$t":3}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Entertainment","label":"Entertainment"}],"title":{"$t":"Reporting
|
85
83
|
and Policy Enforcement on YouTube"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=6c3mHikRz0I&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=6c3mHikRz0I"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs?v=2"}],"author":[{"name":{"$t":"YouTube
|
86
|
-
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":
|
84
|
+
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":149}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Entertainment","label":"Entertainment","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":94,"yt$format":5},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":1},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
87
85
|
Help"}],"media$description":{"$t":"This video explains the basics of reporting
|
88
86
|
on YouTube. \n\nTo learn more about reporting, policies and safety please
|
89
87
|
visit our Policy and Safety hub, http://www.youtube.com/yt/policyandsafety/","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=6c3mHikRz0I&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/default.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"default"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/1.jpg","height":90,"width":120,"time":"00:00:23.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/2.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/3.jpg","height":90,"width":120,"time":"00:01:10.500","yt$name":"end"}],"media$title":{"$t":"Reporting
|
90
|
-
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.
|
88
|
+
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.3271606,"max":5,"min":1,"numRaters":648,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"208861"},"yt$rating":{"numDislikes":"271","numLikes":"377"},"yt$position":{"$t":4}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4"},"published":{"$t":"2013-12-17T23:45:41.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Howto","label":"Howto
|
91
89
|
& Style"}],"title":{"$t":"YouTube Copyright Basics (Global)"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=OQVHWsTHcoc"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4?v=2"}],"author":[{"name":{"$t":"YouTube
|
92
90
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"yt$hd":{},"media$group":{"media$category":[{"$t":"Howto","label":"Howto
|
93
91
|
& Style","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":342,"yt$format":5},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":1},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
94
92
|
Help"}],"media$description":{"$t":"","type":"plain"},"media$keywords":{"$t":"yt:cc=on"},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/default.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"default"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/1.jpg","height":90,"width":120,"time":"00:01:25.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/2.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/3.jpg","height":90,"width":120,"time":"00:04:16.500","yt$name":"end"}],"media$title":{"$t":"YouTube
|
95
|
-
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
93
|
+
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"888537"},"yt$position":{"$t":5}}]}}'
|
96
94
|
http_version:
|
97
|
-
recorded_at:
|
95
|
+
recorded_at: Tue, 09 Dec 2014 19:27:37 GMT
|
98
96
|
recorded_with: VCR 2.9.3
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -25,9 +25,9 @@ http_interactions:
|
|
25
25
|
Access-Control-Allow-Origin:
|
26
26
|
- "*"
|
27
27
|
Expires:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:32:37 GMT
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Tue, 09 Dec 2014 19:27:37 GMT
|
31
31
|
Cache-Control:
|
32
32
|
- public, max-age=300, no-transform
|
33
33
|
Vary:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Server:
|
50
50
|
- GSE
|
51
51
|
Alternate-Protocol:
|
52
|
-
- 80:quic,p=0.
|
52
|
+
- 80:quic,p=0.02
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: '{"version":"1.0","encoding":"UTF-8","feed":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$openSearch":"http://a9.com/-/spec/opensearch/1.1/","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"Ck4CRH47eCp7I2A9XRZXEkk.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr"},"updated":{"$t":"2014-07-01T18:56:05.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#playlist"}],"title":{"$t":"YouTube
|
@@ -75,24 +75,24 @@ http_interactions:
|
|
75
75
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/9g2U12SsRns?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":132,"yt$format":5},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":1},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
76
76
|
Help"}],"media$description":{"$t":"Learn more about YouTube''s Content ID
|
77
77
|
system.","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=9g2U12SsRns&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/9g2U12SsRns/default.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"default"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/1.jpg","height":90,"width":120,"time":"00:00:33","yt$name":"start"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/2.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/3.jpg","height":90,"width":120,"time":"00:01:39","yt$name":"end"}],"media$title":{"$t":"YouTube
|
78
|
-
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
78
|
+
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"740965"},"yt$position":{"$t":2}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Determining
|
79
79
|
What Happened to Your Video"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=8b0aEoxqqC0"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE?v=2"}],"author":[{"name":{"$t":"YouTube
|
80
80
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":191,"yt$format":5},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":1},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
81
81
|
Help"}],"media$description":{"$t":"This video will show you how to determine
|
82
82
|
what happened to your video if it was removed from YouTube.\n\nTo learn more
|
83
83
|
about copyright on YouTube, please visit our Copyright Center at http://www.youtube.com/yt/copyright/","type":"plain"},"media$keywords":{},"media$license":{"$t":"cc","type":"text/html","href":"http://creativecommons.org/licenses/by/3.0/"},"media$player":{"url":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/default.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"default"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/1.jpg","height":90,"width":120,"time":"00:00:47.750","yt$name":"start"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/2.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/3.jpg","height":90,"width":120,"time":"00:02:23.250","yt$name":"end"}],"media$title":{"$t":"Determining
|
84
|
-
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
84
|
+
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"42013"},"yt$position":{"$t":3}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Entertainment","label":"Entertainment"}],"title":{"$t":"Reporting
|
85
85
|
and Policy Enforcement on YouTube"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=6c3mHikRz0I&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=6c3mHikRz0I"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs?v=2"}],"author":[{"name":{"$t":"YouTube
|
86
|
-
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":
|
86
|
+
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":149}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Entertainment","label":"Entertainment","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":94,"yt$format":5},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":1},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
87
87
|
Help"}],"media$description":{"$t":"This video explains the basics of reporting
|
88
88
|
on YouTube. \n\nTo learn more about reporting, policies and safety please
|
89
89
|
visit our Policy and Safety hub, http://www.youtube.com/yt/policyandsafety/","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=6c3mHikRz0I&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/default.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"default"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/1.jpg","height":90,"width":120,"time":"00:00:23.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/2.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/3.jpg","height":90,"width":120,"time":"00:01:10.500","yt$name":"end"}],"media$title":{"$t":"Reporting
|
90
|
-
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.
|
90
|
+
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.3271606,"max":5,"min":1,"numRaters":648,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"208861"},"yt$rating":{"numDislikes":"271","numLikes":"377"},"yt$position":{"$t":4}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4"},"published":{"$t":"2013-12-17T23:45:41.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Howto","label":"Howto
|
91
91
|
& Style"}],"title":{"$t":"YouTube Copyright Basics (Global)"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=OQVHWsTHcoc"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4?v=2"}],"author":[{"name":{"$t":"YouTube
|
92
92
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"yt$hd":{},"media$group":{"media$category":[{"$t":"Howto","label":"Howto
|
93
93
|
& Style","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":342,"yt$format":5},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":1},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
94
94
|
Help"}],"media$description":{"$t":"","type":"plain"},"media$keywords":{"$t":"yt:cc=on"},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/default.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"default"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/1.jpg","height":90,"width":120,"time":"00:01:25.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/2.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/3.jpg","height":90,"width":120,"time":"00:04:16.500","yt$name":"end"}],"media$title":{"$t":"YouTube
|
95
|
-
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
95
|
+
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"888537"},"yt$position":{"$t":5}}]}}'
|
96
96
|
http_version:
|
97
|
-
recorded_at:
|
97
|
+
recorded_at: Tue, 09 Dec 2014 19:27:37 GMT
|
98
98
|
recorded_with: VCR 2.9.3
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- VideoInfo/2.
|
11
|
+
- VideoInfo/2.4.0
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
14
|
Accept:
|
@@ -25,9 +25,9 @@ http_interactions:
|
|
25
25
|
Access-Control-Allow-Origin:
|
26
26
|
- "*"
|
27
27
|
Expires:
|
28
|
-
-
|
28
|
+
- Tue, 09 Dec 2014 19:32:36 GMT
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Tue, 09 Dec 2014 19:27:36 GMT
|
31
31
|
Cache-Control:
|
32
32
|
- public, max-age=300, no-transform
|
33
33
|
Vary:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Server:
|
50
50
|
- GSE
|
51
51
|
Alternate-Protocol:
|
52
|
-
- 80:quic,p=0.
|
52
|
+
- 80:quic,p=0.02
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: '{"version":"1.0","encoding":"UTF-8","feed":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$yt":"http://gdata.youtube.com/schemas/2007","xmlns$openSearch":"http://a9.com/-/spec/opensearch/1.1/","xmlns$media":"http://search.yahoo.com/mrss/","gd$etag":"W/\"Ck4CRH47eCp7I2A9XRZXEkk.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr"},"updated":{"$t":"2014-07-01T18:56:05.000Z"},"category":[{"scheme":"http://schemas.google.com/g/2005#kind","term":"http://gdata.youtube.com/schemas/2007#playlist"}],"title":{"$t":"YouTube
|
@@ -75,24 +75,24 @@ http_interactions:
|
|
75
75
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/9g2U12SsRns?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":132,"yt$format":5},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":1},{"url":"rtsp://r7---sn-4g57kues.c.youtube.com/CiULENy73wIaHAl7Rqxk15QN9hMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":132,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
76
76
|
Help"}],"media$description":{"$t":"Learn more about YouTube''s Content ID
|
77
77
|
system.","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=9g2U12SsRns&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/9g2U12SsRns/default.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"default"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/1.jpg","height":90,"width":120,"time":"00:00:33","yt$name":"start"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/2.jpg","height":90,"width":120,"time":"00:01:06","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/9g2U12SsRns/3.jpg","height":90,"width":120,"time":"00:01:39","yt$name":"end"}],"media$title":{"$t":"YouTube
|
78
|
-
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
78
|
+
Content ID","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"132"},"yt$uploaded":{"$t":"2010-09-28T18:21:56.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"9g2U12SsRns"}},"yt$statistics":{"favoriteCount":"0","viewCount":"740965"},"yt$position":{"$t":2}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Determining
|
79
79
|
What Happened to Your Video"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=8b0aEoxqqC0"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/8b0aEoxqqC0?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv5thSi6AaU9r_9hUpT_DLZE?v=2"}],"author":[{"name":{"$t":"YouTube
|
80
80
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"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/8b0aEoxqqC0?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":191,"yt$format":5},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":1},{"url":"rtsp://r2---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAktqGqMEhq98RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":191,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
81
81
|
Help"}],"media$description":{"$t":"This video will show you how to determine
|
82
82
|
what happened to your video if it was removed from YouTube.\n\nTo learn more
|
83
83
|
about copyright on YouTube, please visit our Copyright Center at http://www.youtube.com/yt/copyright/","type":"plain"},"media$keywords":{},"media$license":{"$t":"cc","type":"text/html","href":"http://creativecommons.org/licenses/by/3.0/"},"media$player":{"url":"http://www.youtube.com/watch?v=8b0aEoxqqC0&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/default.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"default"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/1.jpg","height":90,"width":120,"time":"00:00:47.750","yt$name":"start"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/2.jpg","height":90,"width":120,"time":"00:01:35.500","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/8b0aEoxqqC0/3.jpg","height":90,"width":120,"time":"00:02:23.250","yt$name":"end"}],"media$title":{"$t":"Determining
|
84
|
-
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
84
|
+
What Happened to Your Video","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"191"},"yt$uploaded":{"$t":"2013-04-11T23:44:36.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"8b0aEoxqqC0"}},"yt$statistics":{"favoriteCount":"0","viewCount":"42013"},"yt$position":{"$t":3}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs"},"published":{"$t":"2013-08-09T05:09:51.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Entertainment","label":"Entertainment"}],"title":{"$t":"Reporting
|
85
85
|
and Policy Enforcement on YouTube"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=6c3mHikRz0I&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=6c3mHikRz0I"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/6c3mHikRz0I?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv4Zz231WHvzzM2lBS3jjPZs?v=2"}],"author":[{"name":{"$t":"YouTube
|
86
|
-
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":
|
86
|
+
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"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/6c3mHikRz0I/comments?v=2","countHint":149}},"yt$hd":{},"media$group":{"media$category":[{"$t":"Entertainment","label":"Entertainment","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/6c3mHikRz0I?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":94,"yt$format":5},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":1},{"url":"rtsp://r1---sn-4g57kued.c.youtube.com/CiULENy73wIaHAlCzxEpHubN6RMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":94,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
87
87
|
Help"}],"media$description":{"$t":"This video explains the basics of reporting
|
88
88
|
on YouTube. \n\nTo learn more about reporting, policies and safety please
|
89
89
|
visit our Policy and Safety hub, http://www.youtube.com/yt/policyandsafety/","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=6c3mHikRz0I&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/default.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"default"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/1.jpg","height":90,"width":120,"time":"00:00:23.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/2.jpg","height":90,"width":120,"time":"00:00:47","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/6c3mHikRz0I/3.jpg","height":90,"width":120,"time":"00:01:10.500","yt$name":"end"}],"media$title":{"$t":"Reporting
|
90
|
-
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.
|
90
|
+
and Policy Enforcement on YouTube","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"94"},"yt$uploaded":{"$t":"2013-04-04T23:31:32.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"6c3mHikRz0I"}},"gd$rating":{"average":3.3271606,"max":5,"min":1,"numRaters":648,"rel":"http://schemas.google.com/g/2005#overall"},"yt$statistics":{"favoriteCount":"0","viewCount":"208861"},"yt$rating":{"numDislikes":"271","numLikes":"377"},"yt$position":{"$t":4}},{"gd$etag":"W/\"YDwqeyM.\"","id":{"$t":"tag:youtube.com,2008:playlist:PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr:PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4"},"published":{"$t":"2013-12-17T23:45:41.000Z"},"updated":{"$t":"1970-01-01T00:00:00.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":"Howto","label":"Howto
|
91
91
|
& Style"}],"title":{"$t":"YouTube Copyright Basics (Global)"},"content":{"type":"application/x-shockwave-flash","src":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata"},"link":[{"rel":"alternate","type":"text/html","href":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata"},{"rel":"http://gdata.youtube.com/schemas/2007#video.related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc/related?v=2"},{"rel":"http://gdata.youtube.com/schemas/2007#mobile","type":"text/html","href":"http://m.youtube.com/details?v=OQVHWsTHcoc"},{"rel":"http://gdata.youtube.com/schemas/2007#uploader","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/users/MDQxm7cUx3yXkfeHa5zJIQ?v=2"},{"rel":"related","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/videos/OQVHWsTHcoc?v=2"},{"rel":"self","type":"application/atom+xml","href":"http://gdata.youtube.com/feeds/api/playlists/PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr/PLa0L99Uc4VSCXhwLjoLzxv1hmeWhxMppADNQi_wSyGm4?v=2"}],"author":[{"name":{"$t":"YouTube
|
92
92
|
Help"},"uri":{"$t":"http://gdata.youtube.com/feeds/api/users/YouTubeHelp"},"yt$userId":{"$t":"MDQxm7cUx3yXkfeHa5zJIQ"}}],"yt$accessControl":[{"action":"comment","permission":"denied"},{"action":"commentVote","permission":"denied"},{"action":"videoRespond","permission":"moderated"},{"action":"rate","permission":"denied"},{"action":"embed","permission":"allowed"},{"action":"list","permission":"allowed"},{"action":"autoPlay","permission":"allowed"},{"action":"syndicate","permission":"allowed"}],"yt$hd":{},"media$group":{"media$category":[{"$t":"Howto","label":"Howto
|
93
93
|
& Style","scheme":"http://gdata.youtube.com/schemas/2007/categories.cat"}],"media$content":[{"url":"http://www.youtube.com/v/OQVHWsTHcoc?version=3&f=playlists&app=youtube_gdata","type":"application/x-shockwave-flash","medium":"video","isDefault":"true","expression":"full","duration":342,"yt$format":5},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":1},{"url":"rtsp://r7---sn-4g57kuel.c.youtube.com/CiULENy73wIaHAmHcsfEWkcFORMYESARFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp","type":"video/3gpp","medium":"video","expression":"full","duration":342,"yt$format":6}],"media$credit":[{"$t":"youtubehelp","role":"uploader","scheme":"urn:youtube","yt$display":"YouTube
|
94
94
|
Help"}],"media$description":{"$t":"","type":"plain"},"media$keywords":{"$t":"yt:cc=on"},"media$license":{"$t":"youtube","type":"text/html","href":"http://www.youtube.com/t/terms"},"media$player":{"url":"http://www.youtube.com/watch?v=OQVHWsTHcoc&feature=youtube_gdata_player"},"media$thumbnail":[{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/default.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"default"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/mqdefault.jpg","height":180,"width":320,"yt$name":"mqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/hqdefault.jpg","height":360,"width":480,"yt$name":"hqdefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/sddefault.jpg","height":480,"width":640,"yt$name":"sddefault"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/1.jpg","height":90,"width":120,"time":"00:01:25.500","yt$name":"start"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/2.jpg","height":90,"width":120,"time":"00:02:51","yt$name":"middle"},{"url":"http://i.ytimg.com/vi/OQVHWsTHcoc/3.jpg","height":90,"width":120,"time":"00:04:16.500","yt$name":"end"}],"media$title":{"$t":"YouTube
|
95
|
-
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"
|
95
|
+
Copyright Basics (Global)","type":"plain"},"yt$aspectRatio":{"$t":"widescreen"},"yt$duration":{"seconds":"342"},"yt$uploaded":{"$t":"2013-12-02T23:22:20.000Z"},"yt$uploaderId":{"$t":"UCMDQxm7cUx3yXkfeHa5zJIQ"},"yt$videoid":{"$t":"OQVHWsTHcoc"}},"yt$statistics":{"favoriteCount":"0","viewCount":"888537"},"yt$position":{"$t":5}}]}}'
|
96
96
|
http_version:
|
97
|
-
recorded_at:
|
97
|
+
recorded_at: Tue, 09 Dec 2014 19:27:36 GMT
|
98
98
|
recorded_with: VCR 2.9.3
|