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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/lib/video_info.rb +5 -1
  4. data/lib/video_info/provider.rb +16 -10
  5. data/lib/video_info/providers/dailymotion.rb +2 -4
  6. data/lib/video_info/providers/vimeo.rb +1 -3
  7. data/lib/video_info/providers/vimeoplaylist.rb +0 -2
  8. data/lib/video_info/providers/vkontakte.rb +10 -13
  9. data/lib/video_info/providers/wistia.rb +63 -0
  10. data/lib/video_info/providers/youtube.rb +6 -4
  11. data/lib/video_info/version.rb +1 -1
  12. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_This_video_does_not_exist_or_has_been_deleted_/_available_/.yml +11 -7
  13. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_valid_video/_available_/.yml +9 -5
  14. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_date/.yml +12 -8
  15. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/.yml +12 -8
  16. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/.yml +12 -8
  17. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/.yml +12 -8
  18. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/.yml +12 -8
  19. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/.yml +12 -8
  20. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/.yml +12 -8
  21. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_title/.yml +12 -8
  22. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/.yml +12 -8
  23. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/_available_/.yml +5 -5
  24. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/_available_/.yml +4 -4
  25. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/_available_/.yml +6 -6
  26. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_date/.yml +10 -10
  27. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_description/.yml +11 -11
  28. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_duration/.yml +10 -10
  29. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_height/.yml +13 -13
  30. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_keywords/.yml +12 -12
  31. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/.yml +10 -10
  32. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/.yml +10 -10
  33. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/.yml +13 -13
  34. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_title/.yml +10 -10
  35. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/.yml +12 -12
  36. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_width/.yml +12 -12
  37. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/_available_/with_invalid_playlist/_available_/.yml +4 -4
  38. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/_available_/with_valid_playlist/_available_/.yml +4 -4
  39. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_description/.yml +8 -8
  40. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_large/.yml +9 -9
  41. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_medium/.yml +9 -9
  42. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_small/.yml +8 -8
  43. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_title/.yml +8 -8
  44. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_videos/.yml +27 -27
  45. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_invalid_video/_available_/.yml +3 -3
  46. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_valid_video/_available_/.yml +1084 -1058
  47. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video-54799401_165822734/_title/.yml +1383 -1272
  48. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_description/.yml +1085 -1059
  49. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_duration/.yml +1085 -1059
  50. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_embed_code/.yml +1084 -1058
  51. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_embed_url/.yml +1085 -1059
  52. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_height/.yml +1085 -1059
  53. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_keywords/.yml +1085 -1059
  54. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_title/.yml +1085 -1059
  55. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_view_count/.yml +1085 -1059
  56. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/_width/.yml +1084 -1058
  57. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_invalid_video/_available_/.yml +65 -0
  58. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_valid_video/_available_/.yml +67 -0
  59. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_duration/.yml +73 -0
  60. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_height/.yml +73 -0
  61. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_large/.yml +73 -0
  62. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_medium/.yml +73 -0
  63. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_small/.yml +73 -0
  64. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_title/.yml +73 -0
  65. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_width/.yml +73 -0
  66. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_duration/.yml +73 -0
  67. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_height/.yml +73 -0
  68. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_large/.yml +73 -0
  69. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_medium/.yml +73 -0
  70. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_small/.yml +73 -0
  71. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_title/.yml +73 -0
  72. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_width/.yml +73 -0
  73. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/_available_/.yml +4 -4
  74. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_available_/.yml +4 -4
  75. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_no_longer_available_due_to_a_copyright_claim_video/_available_/.yml +4 -4
  76. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_date/.yml +6 -6
  77. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/.yml +6 -6
  78. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/.yml +6 -6
  79. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/.yml +6 -6
  80. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_thumbnail_large/.yml +6 -6
  81. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_thumbnail_medium/.yml +6 -6
  82. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_thumbnail_small/.yml +6 -6
  83. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/.yml +11 -9
  84. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/.yml +6 -6
  85. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_invalid_playlist/_available_/.yml +4 -4
  86. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_valid_playlist/_available_/.yml +5 -5
  87. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL0E8117603D70E10A_in_embed_path/_videos/.yml +5 -5
  88. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_description/.yml +10 -10
  89. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_large/.yml +13 -15
  90. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_medium/.yml +10 -10
  91. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_small/.yml +10 -10
  92. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_title/.yml +10 -10
  93. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_videos/.yml +11 -11
  94. data/spec/lib/video_info/providers/wistia_spec.rb +168 -0
  95. data/video_info.gemspec +1 -1
  96. metadata +37 -2
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - VideoInfo/2.3.1
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,18 +21,18 @@ http_interactions:
21
21
  Server:
22
22
  - DMS/1.0.42
23
23
  X-Dm-Backnode:
24
- - web-047.adm.dailymotion.com:80
24
+ - web-148.adm.dailymotion.com:80
25
25
  Vary:
26
26
  - Authorization,Accept-Encoding
27
27
  Cache-Control:
28
28
  - private, max-age=900
29
29
  Content-Type:
30
- - application/json
30
+ - application/json; charset=UTF-8
31
31
  P3p:
32
32
  - policyref="http://www.dailymotion.com/w3c/p3p.xml", CP="IDC DSP CURa ADMa
33
33
  DEVa TAIa OUR BUS IND UNI COM NAV INT"
34
34
  Date:
35
- - Wed, 29 Oct 2014 20:36:06 GMT
35
+ - Tue, 09 Dec 2014 19:27:26 GMT
36
36
  X-Dm-Lb:
37
37
  - 195.8.215.129
38
38
  Access-Control-Allow-Origin:
@@ -40,19 +40,23 @@ http_interactions:
40
40
  Etag:
41
41
  - W/"O1DJzTYSf9K1Wvn1OkaB4Q"
42
42
  X-Response-Time:
43
- - 0.051616 seconds
43
+ - 0.045639 seconds
44
44
  Last-Modified:
45
45
  - Sat, 06 Jul 2013 19:32:30 GMT
46
+ Access-Control-Allow-Headers:
47
+ - Authorization
48
+ Access-Control-Allow-Methods:
49
+ - GET, POST, DELETE
46
50
  X-Dm-Page:
47
51
  - ch-fr.rest.rest_api
48
52
  Content-Length:
49
- - '441'
53
+ - '439'
50
54
  body:
51
55
  encoding: UTF-8
52
56
  string: '{"id":"x7lni3","title":"Mario Kart (R\u00e9mi Gaillard)","description":"Super
53
57
  R\u00e9mi Kart est un jeu vid\u00e9o de course d\u00e9velopp\u00e9 et \u00e9dit\u00e9
54
58
  par N''Importe Quoi TV. Sa principale originalit\u00e9 vient de sa r\u00e9alit\u00e9...<br
55
- \/>L''aventure continue sur www.nimportequi.com","duration":136,"created_time":1228321771,"url":"http:\/\/www.dailymotion.com\/video\/x7lni3_mario-kart-remi-gaillard_fun","views_total":10248384,"tags":["r\u00e9mi","remi","gaillard","imposteur","imposture","mario","bros","kart","nintendo","jeux"],"thumbnail_url":"http:\/\/s2.dmcdn.net\/BgWxI.jpg","thumbnail_720_url":"http:\/\/s2.dmcdn.net\/BgWxI\/x720-YcV.jpg","thumbnail_240_url":"http:\/\/s2.dmcdn.net\/BgWxI\/x240-b83.jpg","thumbnail_60_url":"http:\/\/s2.dmcdn.net\/BgWxI\/x60-kbf.jpg"}'
59
+ \/>L''aventure continue sur www.nimportequi.com","duration":136,"created_time":1228321771,"url":"http:\/\/www.dailymotion.com\/video\/x7lni3_mario-kart-remi-gaillard_fun","views_total":10253281,"tags":["r\u00e9mi","remi","gaillard","imposteur","imposture","mario","bros","kart","nintendo","jeux"],"thumbnail_url":"http:\/\/s2.dmcdn.net\/BgWxI.jpg","thumbnail_720_url":"http:\/\/s2.dmcdn.net\/BgWxI\/x720-YcV.jpg","thumbnail_240_url":"http:\/\/s2.dmcdn.net\/BgWxI\/x240-b83.jpg","thumbnail_60_url":"http:\/\/s2.dmcdn.net\/BgWxI\/x60-kbf.jpg"}'
56
60
  http_version:
57
- recorded_at: Wed, 29 Oct 2014 20:36:06 GMT
61
+ recorded_at: Tue, 09 Dec 2014 19:27:26 GMT
58
62
  recorded_with: VCR 2.9.3
@@ -64,7 +64,7 @@ http_interactions:
64
64
  message: Not Found
65
65
  headers:
66
66
  Date:
67
- - Wed, 29 Oct 2014 20:50:36 GMT
67
+ - Tue, 09 Dec 2014 19:28:40 GMT
68
68
  Server:
69
69
  - Apache
70
70
  Access-Control-Allow-Origin:
@@ -76,13 +76,13 @@ http_interactions:
76
76
  X-Ratelimit-Limit:
77
77
  - '3600'
78
78
  X-Ratelimit-Remaining:
79
- - '3578'
79
+ - '3594'
80
80
  X-Ratelimit-Reset:
81
- - '1414618566'
81
+ - '1418156846'
82
82
  Cache-Control:
83
83
  - max-age=300, must-revalidate
84
84
  Expires:
85
- - Wed, 29 Oct 2014 20:55:36 GMT
85
+ - Tue, 09 Dec 2014 19:33:40 GMT
86
86
  Vary:
87
87
  - Accept-Encoding
88
88
  Connection:
@@ -93,5 +93,5 @@ http_interactions:
93
93
  encoding: UTF-8
94
94
  string: ''
95
95
  http_version:
96
- recorded_at: Wed, 29 Oct 2014 20:50:36 GMT
96
+ recorded_at: Tue, 09 Dec 2014 19:28:40 GMT
97
97
  recorded_with: VCR 2.9.3
@@ -17,7 +17,7 @@ http_interactions:
17
17
  message: Not Found
18
18
  headers:
19
19
  Date:
20
- - Wed, 29 Oct 2014 20:36:08 GMT
20
+ - Tue, 09 Dec 2014 19:27:28 GMT
21
21
  Server:
22
22
  - Apache
23
23
  Access-Control-Allow-Origin:
@@ -31,11 +31,11 @@ http_interactions:
31
31
  X-Ratelimit-Remaining:
32
32
  - '3596'
33
33
  X-Ratelimit-Reset:
34
- - '1414618566'
34
+ - '1418156846'
35
35
  Cache-Control:
36
36
  - max-age=300, must-revalidate
37
37
  Expires:
38
- - Wed, 29 Oct 2014 20:41:08 GMT
38
+ - Tue, 09 Dec 2014 19:32:28 GMT
39
39
  Vary:
40
40
  - Accept-Encoding
41
41
  Connection:
@@ -46,5 +46,5 @@ http_interactions:
46
46
  encoding: UTF-8
47
47
  string: ''
48
48
  http_version:
49
- recorded_at: Wed, 29 Oct 2014 20:36:08 GMT
49
+ recorded_at: Tue, 09 Dec 2014 19:27:28 GMT
50
50
  recorded_with: VCR 2.9.3
@@ -17,7 +17,7 @@ http_interactions:
17
17
  message: OK
18
18
  headers:
19
19
  Date:
20
- - Wed, 29 Oct 2014 20:36:08 GMT
20
+ - Tue, 09 Dec 2014 19:27:28 GMT
21
21
  Server:
22
22
  - Apache
23
23
  Access-Control-Allow-Origin:
@@ -31,15 +31,15 @@ http_interactions:
31
31
  X-Ratelimit-Remaining:
32
32
  - '3597'
33
33
  X-Ratelimit-Reset:
34
- - '1414618566'
34
+ - '1418156846'
35
35
  Cache-Control:
36
36
  - max-age=60
37
37
  Expires:
38
- - Wed, 29 Oct 2014 20:37:08 GMT
38
+ - Tue, 09 Dec 2014 19:28:28 GMT
39
39
  Last-Modified:
40
- - Tue, 28 Oct 2014 02:13:21 GMT
40
+ - Sat, 06 Dec 2014 23:12:21 GMT
41
41
  Etag:
42
- - '"34a6900f26a7c1eefc21a9638b65ac2d"'
42
+ - '"68eeec2f655166235a3fafb4e552483a"'
43
43
  Vary:
44
44
  - Accept-Encoding
45
45
  Connection:
@@ -50,5 +50,5 @@ http_interactions:
50
50
  encoding: UTF-8
51
51
  string: ''
52
52
  http_version:
53
- recorded_at: Wed, 29 Oct 2014 20:36:08 GMT
53
+ recorded_at: Tue, 09 Dec 2014 19:27:28 GMT
54
54
  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.3.1
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:
@@ -31,13 +31,13 @@ http_interactions:
31
31
  X-Ratelimit-Remaining:
32
32
  - '3594'
33
33
  X-Ratelimit-Reset:
34
- - '1414618567'
34
+ - '1418156847'
35
35
  Expires:
36
- - Wed, 29 Oct 2014 20:37:09 GMT
36
+ - Tue, 09 Dec 2014 19:28:29 GMT
37
37
  Last-Modified:
38
- - Tue, 28 Oct 2014 02:13:21 GMT
38
+ - Sat, 06 Dec 2014 23:12:21 GMT
39
39
  Etag:
40
- - '"8db210f5efb6e322cf534f2afca5eb46"'
40
+ - '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
41
41
  Vary:
42
42
  - Accept-Encoding
43
43
  Content-Type:
@@ -47,9 +47,9 @@ http_interactions:
47
47
  Accept-Ranges:
48
48
  - bytes
49
49
  Date:
50
- - Wed, 29 Oct 2014 20:36:10 GMT
50
+ - Tue, 09 Dec 2014 19:27:30 GMT
51
51
  X-Varnish:
52
- - 3887660556 3887659565
52
+ - 894797086 894796311
53
53
  Age:
54
54
  - '1'
55
55
  Via:
@@ -59,15 +59,15 @@ http_interactions:
59
59
  Connection:
60
60
  - close
61
61
  X-Vserver:
62
- - dfvimeowebproxy1
62
+ - dfvimeowebproxy2
63
63
  body:
64
64
  encoding: UTF-8
65
65
  string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
66
66
  first video from the upcoming album Secret Sounds, to download in-stores April
67
67
  14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
68
68
  13:10:39","thumbnail_small":"http:\/\/i.vimeocdn.com\/video\/34373130_100x75.jpg","thumbnail_medium":"http:\/\/i.vimeocdn.com\/video\/34373130_200x150.jpg","thumbnail_large":"http:\/\/i.vimeocdn.com\/video\/34373130_640.jpg","user_id":206215,"user_name":"Octave
69
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4630,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
69
+ Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4634,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
70
70
  bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
71
71
  http_version:
72
- recorded_at: Wed, 29 Oct 2014 20:36:10 GMT
72
+ recorded_at: Tue, 09 Dec 2014 19:27:30 GMT
73
73
  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.3.1
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:
@@ -29,15 +29,15 @@ http_interactions:
29
29
  X-Ratelimit-Limit:
30
30
  - '3600'
31
31
  X-Ratelimit-Remaining:
32
- - '3594'
32
+ - '3595'
33
33
  X-Ratelimit-Reset:
34
- - '1414618567'
34
+ - '1418156847'
35
35
  Expires:
36
- - Wed, 29 Oct 2014 20:37:09 GMT
36
+ - Tue, 09 Dec 2014 19:28:29 GMT
37
37
  Last-Modified:
38
- - Tue, 28 Oct 2014 02:13:21 GMT
38
+ - Sat, 06 Dec 2014 23:12:21 GMT
39
39
  Etag:
40
- - '"8db210f5efb6e322cf534f2afca5eb46"'
40
+ - '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
41
41
  Vary:
42
42
  - Accept-Encoding
43
43
  Content-Type:
@@ -47,15 +47,15 @@ http_interactions:
47
47
  Accept-Ranges:
48
48
  - bytes
49
49
  Date:
50
- - Wed, 29 Oct 2014 20:36:09 GMT
50
+ - Tue, 09 Dec 2014 19:27:29 GMT
51
51
  X-Varnish:
52
- - '3887659565'
52
+ - 2060465832 2060465612
53
53
  Age:
54
54
  - '0'
55
55
  Via:
56
56
  - 1.1 varnish
57
57
  X-Varnish-Cache:
58
- - '0'
58
+ - '1'
59
59
  Connection:
60
60
  - close
61
61
  X-Vserver:
@@ -66,8 +66,8 @@ http_interactions:
66
66
  first video from the upcoming album Secret Sounds, to download in-stores April
67
67
  14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
68
68
  13:10:39","thumbnail_small":"http:\/\/i.vimeocdn.com\/video\/34373130_100x75.jpg","thumbnail_medium":"http:\/\/i.vimeocdn.com\/video\/34373130_200x150.jpg","thumbnail_large":"http:\/\/i.vimeocdn.com\/video\/34373130_640.jpg","user_id":206215,"user_name":"Octave
69
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4630,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
69
+ Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4634,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
70
70
  bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
71
71
  http_version:
72
- recorded_at: Wed, 29 Oct 2014 20:36:09 GMT
72
+ recorded_at: Tue, 09 Dec 2014 19:27:29 GMT
73
73
  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.3.1
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:
@@ -31,13 +31,13 @@ http_interactions:
31
31
  X-Ratelimit-Remaining:
32
32
  - '3593'
33
33
  X-Ratelimit-Reset:
34
- - '1414618567'
34
+ - '1418156847'
35
35
  Expires:
36
- - Wed, 29 Oct 2014 20:37:09 GMT
36
+ - Tue, 09 Dec 2014 19:28:30 GMT
37
37
  Last-Modified:
38
- - Tue, 28 Oct 2014 02:13:21 GMT
38
+ - Sat, 06 Dec 2014 23:12:21 GMT
39
39
  Etag:
40
- - '"8db210f5efb6e322cf534f2afca5eb46"'
40
+ - '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
41
41
  Vary:
42
42
  - Accept-Encoding
43
43
  Content-Type:
@@ -47,9 +47,9 @@ http_interactions:
47
47
  Accept-Ranges:
48
48
  - bytes
49
49
  Date:
50
- - Wed, 29 Oct 2014 20:36:09 GMT
50
+ - Tue, 09 Dec 2014 19:27:30 GMT
51
51
  X-Varnish:
52
- - '1374878104'
52
+ - '205916676'
53
53
  Age:
54
54
  - '0'
55
55
  Via:
@@ -59,15 +59,15 @@ http_interactions:
59
59
  Connection:
60
60
  - close
61
61
  X-Vserver:
62
- - dfvimeowebproxy5
62
+ - dfvimeowebproxy4
63
63
  body:
64
64
  encoding: UTF-8
65
65
  string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
66
66
  first video from the upcoming album Secret Sounds, to download in-stores April
67
67
  14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
68
68
  13:10:39","thumbnail_small":"http:\/\/i.vimeocdn.com\/video\/34373130_100x75.jpg","thumbnail_medium":"http:\/\/i.vimeocdn.com\/video\/34373130_200x150.jpg","thumbnail_large":"http:\/\/i.vimeocdn.com\/video\/34373130_640.jpg","user_id":206215,"user_name":"Octave
69
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4630,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
69
+ Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4634,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
70
70
  bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
71
71
  http_version:
72
- recorded_at: Wed, 29 Oct 2014 20:36:10 GMT
72
+ recorded_at: Tue, 09 Dec 2014 19:27:30 GMT
73
73
  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.3.1
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:
@@ -29,15 +29,15 @@ http_interactions:
29
29
  X-Ratelimit-Limit:
30
30
  - '3600'
31
31
  X-Ratelimit-Remaining:
32
- - '3592'
32
+ - '3594'
33
33
  X-Ratelimit-Reset:
34
- - '1414618567'
34
+ - '1418156847'
35
35
  Expires:
36
- - Wed, 29 Oct 2014 20:37:10 GMT
36
+ - Tue, 09 Dec 2014 19:28:29 GMT
37
37
  Last-Modified:
38
- - Tue, 28 Oct 2014 02:13:21 GMT
38
+ - Sat, 06 Dec 2014 23:12:21 GMT
39
39
  Etag:
40
- - '"8db210f5efb6e322cf534f2afca5eb46"'
40
+ - '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
41
41
  Vary:
42
42
  - Accept-Encoding
43
43
  Content-Type:
@@ -47,27 +47,27 @@ http_interactions:
47
47
  Accept-Ranges:
48
48
  - bytes
49
49
  Date:
50
- - Wed, 29 Oct 2014 20:36:10 GMT
50
+ - Tue, 09 Dec 2014 19:27:30 GMT
51
51
  X-Varnish:
52
- - '833492955'
52
+ - 894796905 894796311
53
53
  Age:
54
- - '0'
54
+ - '1'
55
55
  Via:
56
56
  - 1.1 varnish
57
57
  X-Varnish-Cache:
58
- - '0'
58
+ - '1'
59
59
  Connection:
60
60
  - close
61
61
  X-Vserver:
62
- - dfvimeowebproxy3
62
+ - dfvimeowebproxy2
63
63
  body:
64
64
  encoding: UTF-8
65
65
  string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
66
66
  first video from the upcoming album Secret Sounds, to download in-stores April
67
67
  14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
68
68
  13:10:39","thumbnail_small":"http:\/\/i.vimeocdn.com\/video\/34373130_100x75.jpg","thumbnail_medium":"http:\/\/i.vimeocdn.com\/video\/34373130_200x150.jpg","thumbnail_large":"http:\/\/i.vimeocdn.com\/video\/34373130_640.jpg","user_id":206215,"user_name":"Octave
69
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4630,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
69
+ Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4634,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
70
70
  bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
71
71
  http_version:
72
- recorded_at: Wed, 29 Oct 2014 20:36:10 GMT
72
+ recorded_at: Tue, 09 Dec 2014 19:27:30 GMT
73
73
  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.3.1
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:
@@ -29,15 +29,15 @@ http_interactions:
29
29
  X-Ratelimit-Limit:
30
30
  - '3600'
31
31
  X-Ratelimit-Remaining:
32
- - '3595'
32
+ - '3594'
33
33
  X-Ratelimit-Reset:
34
- - '1414618567'
34
+ - '1418156847'
35
35
  Expires:
36
- - Wed, 29 Oct 2014 20:37:09 GMT
36
+ - Tue, 09 Dec 2014 19:28:29 GMT
37
37
  Last-Modified:
38
- - Tue, 28 Oct 2014 02:13:21 GMT
38
+ - Sat, 06 Dec 2014 23:12:21 GMT
39
39
  Etag:
40
- - '"8db210f5efb6e322cf534f2afca5eb46"'
40
+ - '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
41
41
  Vary:
42
42
  - Accept-Encoding
43
43
  Content-Type:
@@ -47,27 +47,27 @@ http_interactions:
47
47
  Accept-Ranges:
48
48
  - bytes
49
49
  Date:
50
- - Wed, 29 Oct 2014 20:36:09 GMT
50
+ - Tue, 09 Dec 2014 19:27:29 GMT
51
51
  X-Varnish:
52
- - 1891081850 1891081475
52
+ - '894796311'
53
53
  Age:
54
54
  - '0'
55
55
  Via:
56
56
  - 1.1 varnish
57
57
  X-Varnish-Cache:
58
- - '1'
58
+ - '0'
59
59
  Connection:
60
60
  - close
61
61
  X-Vserver:
62
- - dfvimeowebproxy4
62
+ - dfvimeowebproxy2
63
63
  body:
64
64
  encoding: UTF-8
65
65
  string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
66
66
  first video from the upcoming album Secret Sounds, to download in-stores April
67
67
  14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
68
68
  13:10:39","thumbnail_small":"http:\/\/i.vimeocdn.com\/video\/34373130_100x75.jpg","thumbnail_medium":"http:\/\/i.vimeocdn.com\/video\/34373130_200x150.jpg","thumbnail_large":"http:\/\/i.vimeocdn.com\/video\/34373130_640.jpg","user_id":206215,"user_name":"Octave
69
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4630,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
69
+ Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/i.vimeocdn.com\/portrait\/2577152_30x30.jpg","user_portrait_medium":"http:\/\/i.vimeocdn.com\/portrait\/2577152_75x75.jpg","user_portrait_large":"http:\/\/i.vimeocdn.com\/portrait\/2577152_100x100.jpg","user_portrait_huge":"http:\/\/i.vimeocdn.com\/portrait\/2577152_300x300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4634,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
70
70
  bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
71
71
  http_version:
72
- recorded_at: Wed, 29 Oct 2014 20:36:09 GMT
72
+ recorded_at: Tue, 09 Dec 2014 19:27:29 GMT
73
73
  recorded_with: VCR 2.9.3