video_info 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -2
  3. data/README.md +2 -0
  4. data/lib/video_info.rb +1 -0
  5. data/lib/video_info/provider.rb +13 -0
  6. data/lib/video_info/providers/vimeo.rb +9 -1
  7. data/lib/video_info/providers/vkontakte.rb +16 -0
  8. data/lib/video_info/providers/youtube.rb +9 -1
  9. data/lib/video_info/version.rb +1 -1
  10. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/available_/.yml +50 -0
  11. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/available_/.yml +50 -0
  12. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/available_/.yml +54 -0
  13. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/date/.yml +33 -26
  14. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/description/.yml +32 -27
  15. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/duration/.yml +32 -27
  16. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/height/.yml +31 -26
  17. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/keywords/.yml +32 -27
  18. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/thumbnail_large/.yml +30 -25
  19. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/thumbnail_medium/.yml +30 -25
  20. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/thumbnail_small/.yml +31 -26
  21. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/title/.yml +31 -26
  22. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/view_count/.yml +31 -26
  23. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/width/.yml +31 -26
  24. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_invalid_video/available_/.yml +147 -0
  25. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_valid_video/available_/.yml +1115 -0
  26. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video-54799401_165822734/title/.yml +1255 -1701
  27. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/description/.yml +1070 -1110
  28. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/duration/.yml +1070 -1110
  29. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/embed_code/.yml +1072 -1112
  30. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/embed_url/.yml +1072 -1112
  31. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/height/.yml +1070 -1110
  32. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/keywords/.yml +1070 -1110
  33. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/title/.yml +1029 -1110
  34. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/view_count/.yml +1070 -1110
  35. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/width/.yml +1070 -1110
  36. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/available_/.yml +56 -0
  37. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/available_/.yml +46 -0
  38. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_no_longer_available_due_to_a_copyright_claim_video/available_/.yml +46 -0
  39. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/date/.yml +16 -18
  40. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/description/.yml +17 -19
  41. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/duration/.yml +16 -18
  42. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/keywords/.yml +19 -19
  43. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/thumbnail_large/.yml +16 -18
  44. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/thumbnail_medium/.yml +16 -18
  45. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/thumbnail_small/.yml +16 -18
  46. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/title/.yml +16 -16
  47. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/view_count/.yml +16 -18
  48. data/spec/lib/video_info/providers/vimeo_spec.rb +17 -0
  49. data/spec/lib/video_info/providers/vkontakte_spec.rb +15 -2
  50. data/spec/lib/video_info/providers/youtube_spec.rb +18 -1
  51. metadata +39 -23
@@ -8,32 +8,43 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - VideoInfo/2.0.0
11
+ - VideoInfo/2.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
15
- - '*/*'
15
+ - "*/*"
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Age:
22
+ - '1'
23
+ Date:
24
+ - Thu, 20 Feb 2014 12:43:22 GMT
25
+ Expires:
26
+ - Thu, 20 Feb 2014 12:44:22 GMT
27
+ Connection:
28
+ - Keep-Alive
29
+ Via:
30
+ - 1.1 varnish
31
+ - dnet-dca
32
+ Etag:
33
+ - "\"6dfa4929546eb170df1cf6c24e6b93e8\""
21
34
  Server:
22
35
  - Apache
23
36
  Access-Control-Allow-Origin:
24
- - '*'
37
+ - "*"
25
38
  X-Ratelimit-Limit:
26
39
  - '3600'
27
40
  X-Ratelimit-Remaining:
28
- - '3597'
41
+ - '3599'
29
42
  X-Ratelimit-Reset:
30
- - '1382736836'
31
- Expires:
32
- - Fri, 25 Oct 2013 20:34:57 GMT
43
+ - '1392898630'
33
44
  Last-Modified:
34
- - Sun, 20 Oct 2013 01:45:34 GMT
35
- Etag:
36
- - '"c632ac4e6ac3e1fcd30be3046eb936b0"'
45
+ - Fri, 14 Feb 2014 05:07:12 GMT
46
+ X-Ua-Compatible:
47
+ - IE=edge
37
48
  X-Dns-Prefetch-Control:
38
49
  - 'on'
39
50
  Vary:
@@ -44,28 +55,22 @@ http_interactions:
44
55
  - '498'
45
56
  Accept-Ranges:
46
57
  - bytes
47
- Date:
48
- - Fri, 25 Oct 2013 20:33:57 GMT
49
58
  X-Varnish:
50
- - '789221273'
51
- Age:
52
- - '0'
53
- Via:
54
- - 1.1 varnish
59
+ - 1579446639 1579446611
55
60
  X-Varnish-Cache:
56
- - '0'
57
- Connection:
61
+ - '1'
62
+ Cneonction:
58
63
  - close
59
64
  X-Vserver:
60
- - 10.90.128.196
65
+ - 10.90.128.147
61
66
  body:
62
67
  encoding: UTF-8
63
- string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
68
+ string: "[{\"id\":898029,\"title\":\"Cherry Bloom - King Of The Knife\",\"description\":\"The
64
69
  first video from the upcoming album Secret Sounds, to download in-stores April
65
- 14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
66
- 13:10:39","thumbnail_small":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_100.jpg","thumbnail_medium":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_200.jpg","thumbnail_large":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_640.jpg","user_id":206215,"user_name":"Octave
67
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_30.jpg","user_portrait_medium":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_75.jpg","user_portrait_large":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_100.jpg","user_portrait_huge":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4557,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
68
- bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
70
+ 14. Checkout http:\\/\\/www.cherrybloom.net\",\"url\":\"http:\\/\\/vimeo.com\\/898029\",\"upload_date\":\"2008-04-14
71
+ 13:10:39\",\"thumbnail_small\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_100.jpg\",\"thumbnail_medium\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_200.jpg\",\"thumbnail_large\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_640.jpg\",\"user_id\":206215,\"user_name\":\"Octave
72
+ Zangs\",\"user_url\":\"http:\\/\\/vimeo.com\\/octave\",\"user_portrait_small\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_30.jpg\",\"user_portrait_medium\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_75.jpg\",\"user_portrait_large\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_100.jpg\",\"user_portrait_huge\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_300.jpg\",\"stats_number_of_likes\":11,\"stats_number_of_plays\":4563,\"stats_number_of_comments\":4,\"duration\":175,\"width\":640,\"height\":360,\"tags\":\"cherry
73
+ bloom, secret sounds, king of the knife, rock, alternative\",\"embed_privacy\":\"anywhere\"}]"
69
74
  http_version:
70
- recorded_at: Fri, 25 Oct 2013 20:33:57 GMT
71
- recorded_with: VCR 2.6.0
75
+ recorded_at: Thu, 20 Feb 2014 12:43:21 GMT
76
+ recorded_with: VCR 2.8.0
@@ -8,32 +8,43 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - VideoInfo/2.0.0
11
+ - VideoInfo/2.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
15
- - '*/*'
15
+ - "*/*"
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Age:
22
+ - '2'
23
+ Date:
24
+ - Thu, 20 Feb 2014 12:43:22 GMT
25
+ Expires:
26
+ - Thu, 20 Feb 2014 12:44:22 GMT
27
+ Connection:
28
+ - Keep-Alive
29
+ Via:
30
+ - 1.1 varnish
31
+ - dnet-dca
32
+ Etag:
33
+ - "\"6dfa4929546eb170df1cf6c24e6b93e8\""
21
34
  Server:
22
35
  - Apache
23
36
  Access-Control-Allow-Origin:
24
- - '*'
37
+ - "*"
25
38
  X-Ratelimit-Limit:
26
39
  - '3600'
27
40
  X-Ratelimit-Remaining:
28
- - '3597'
41
+ - '3599'
29
42
  X-Ratelimit-Reset:
30
- - '1382736836'
31
- Expires:
32
- - Fri, 25 Oct 2013 20:34:57 GMT
43
+ - '1392898630'
33
44
  Last-Modified:
34
- - Sun, 20 Oct 2013 01:45:34 GMT
35
- Etag:
36
- - '"c632ac4e6ac3e1fcd30be3046eb936b0"'
45
+ - Fri, 14 Feb 2014 05:07:12 GMT
46
+ X-Ua-Compatible:
47
+ - IE=edge
37
48
  X-Dns-Prefetch-Control:
38
49
  - 'on'
39
50
  Vary:
@@ -44,28 +55,22 @@ http_interactions:
44
55
  - '498'
45
56
  Accept-Ranges:
46
57
  - bytes
47
- Date:
48
- - Fri, 25 Oct 2013 20:33:57 GMT
49
58
  X-Varnish:
50
- - 789221463 789221273
51
- Age:
52
- - '1'
53
- Via:
54
- - 1.1 varnish
59
+ - 1579446639 1579446611
55
60
  X-Varnish-Cache:
56
61
  - '1'
57
- Connection:
62
+ Cneonction:
58
63
  - close
59
64
  X-Vserver:
60
- - 10.90.128.196
65
+ - 10.90.128.147
61
66
  body:
62
67
  encoding: UTF-8
63
- string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
68
+ string: "[{\"id\":898029,\"title\":\"Cherry Bloom - King Of The Knife\",\"description\":\"The
64
69
  first video from the upcoming album Secret Sounds, to download in-stores April
65
- 14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
66
- 13:10:39","thumbnail_small":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_100.jpg","thumbnail_medium":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_200.jpg","thumbnail_large":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_640.jpg","user_id":206215,"user_name":"Octave
67
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_30.jpg","user_portrait_medium":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_75.jpg","user_portrait_large":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_100.jpg","user_portrait_huge":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4557,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
68
- bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
70
+ 14. Checkout http:\\/\\/www.cherrybloom.net\",\"url\":\"http:\\/\\/vimeo.com\\/898029\",\"upload_date\":\"2008-04-14
71
+ 13:10:39\",\"thumbnail_small\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_100.jpg\",\"thumbnail_medium\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_200.jpg\",\"thumbnail_large\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_640.jpg\",\"user_id\":206215,\"user_name\":\"Octave
72
+ Zangs\",\"user_url\":\"http:\\/\\/vimeo.com\\/octave\",\"user_portrait_small\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_30.jpg\",\"user_portrait_medium\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_75.jpg\",\"user_portrait_large\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_100.jpg\",\"user_portrait_huge\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_300.jpg\",\"stats_number_of_likes\":11,\"stats_number_of_plays\":4563,\"stats_number_of_comments\":4,\"duration\":175,\"width\":640,\"height\":360,\"tags\":\"cherry
73
+ bloom, secret sounds, king of the knife, rock, alternative\",\"embed_privacy\":\"anywhere\"}]"
69
74
  http_version:
70
- recorded_at: Fri, 25 Oct 2013 20:33:58 GMT
71
- recorded_with: VCR 2.6.0
75
+ recorded_at: Thu, 20 Feb 2014 12:43:22 GMT
76
+ recorded_with: VCR 2.8.0
@@ -8,32 +8,43 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - VideoInfo/2.0.0
11
+ - VideoInfo/2.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
15
- - '*/*'
15
+ - "*/*"
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Age:
22
+ - '1'
23
+ Date:
24
+ - Thu, 20 Feb 2014 12:43:22 GMT
25
+ Expires:
26
+ - Thu, 20 Feb 2014 12:44:22 GMT
27
+ Connection:
28
+ - Keep-Alive
29
+ Via:
30
+ - 1.1 varnish
31
+ - dnet-dca
32
+ Etag:
33
+ - "\"6dfa4929546eb170df1cf6c24e6b93e8\""
21
34
  Server:
22
35
  - Apache
23
36
  Access-Control-Allow-Origin:
24
- - '*'
37
+ - "*"
25
38
  X-Ratelimit-Limit:
26
39
  - '3600'
27
40
  X-Ratelimit-Remaining:
28
- - '3598'
41
+ - '3599'
29
42
  X-Ratelimit-Reset:
30
- - '1382736836'
31
- Expires:
32
- - Fri, 25 Oct 2013 20:34:57 GMT
43
+ - '1392898630'
33
44
  Last-Modified:
34
- - Sun, 20 Oct 2013 01:45:34 GMT
35
- Etag:
36
- - '"c632ac4e6ac3e1fcd30be3046eb936b0"'
45
+ - Fri, 14 Feb 2014 05:07:12 GMT
46
+ X-Ua-Compatible:
47
+ - IE=edge
37
48
  X-Dns-Prefetch-Control:
38
49
  - 'on'
39
50
  Vary:
@@ -44,28 +55,22 @@ http_interactions:
44
55
  - '498'
45
56
  Accept-Ranges:
46
57
  - bytes
47
- Date:
48
- - Fri, 25 Oct 2013 20:33:57 GMT
49
58
  X-Varnish:
50
- - '2263930921'
51
- Age:
52
- - '0'
53
- Via:
54
- - 1.1 varnish
59
+ - 1579446639 1579446611
55
60
  X-Varnish-Cache:
56
- - '0'
57
- Connection:
61
+ - '1'
62
+ Cneonction:
58
63
  - close
59
64
  X-Vserver:
60
- - 10.90.128.146
65
+ - 10.90.128.147
61
66
  body:
62
67
  encoding: UTF-8
63
- string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
68
+ string: "[{\"id\":898029,\"title\":\"Cherry Bloom - King Of The Knife\",\"description\":\"The
64
69
  first video from the upcoming album Secret Sounds, to download in-stores April
65
- 14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
66
- 13:10:39","thumbnail_small":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_100.jpg","thumbnail_medium":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_200.jpg","thumbnail_large":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_640.jpg","user_id":206215,"user_name":"Octave
67
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_30.jpg","user_portrait_medium":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_75.jpg","user_portrait_large":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_100.jpg","user_portrait_huge":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4557,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
68
- bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
70
+ 14. Checkout http:\\/\\/www.cherrybloom.net\",\"url\":\"http:\\/\\/vimeo.com\\/898029\",\"upload_date\":\"2008-04-14
71
+ 13:10:39\",\"thumbnail_small\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_100.jpg\",\"thumbnail_medium\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_200.jpg\",\"thumbnail_large\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_640.jpg\",\"user_id\":206215,\"user_name\":\"Octave
72
+ Zangs\",\"user_url\":\"http:\\/\\/vimeo.com\\/octave\",\"user_portrait_small\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_30.jpg\",\"user_portrait_medium\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_75.jpg\",\"user_portrait_large\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_100.jpg\",\"user_portrait_huge\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_300.jpg\",\"stats_number_of_likes\":11,\"stats_number_of_plays\":4563,\"stats_number_of_comments\":4,\"duration\":175,\"width\":640,\"height\":360,\"tags\":\"cherry
73
+ bloom, secret sounds, king of the knife, rock, alternative\",\"embed_privacy\":\"anywhere\"}]"
69
74
  http_version:
70
- recorded_at: Fri, 25 Oct 2013 20:33:57 GMT
71
- recorded_with: VCR 2.6.0
75
+ recorded_at: Thu, 20 Feb 2014 12:43:21 GMT
76
+ recorded_with: VCR 2.8.0
@@ -8,32 +8,43 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - VideoInfo/2.0.0
11
+ - VideoInfo/2.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
15
- - '*/*'
15
+ - "*/*"
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Age:
22
+ - '4'
23
+ Date:
24
+ - Thu, 20 Feb 2014 12:43:21 GMT
25
+ Expires:
26
+ - Thu, 20 Feb 2014 12:44:21 GMT
27
+ Connection:
28
+ - Keep-Alive
29
+ Via:
30
+ - 1.1 varnish
31
+ - dnet-dca
32
+ Etag:
33
+ - "\"6dfa4929546eb170df1cf6c24e6b93e8\""
21
34
  Server:
22
35
  - Apache
23
36
  Access-Control-Allow-Origin:
24
- - '*'
37
+ - "*"
25
38
  X-Ratelimit-Limit:
26
39
  - '3600'
27
40
  X-Ratelimit-Remaining:
28
41
  - '3598'
29
42
  X-Ratelimit-Reset:
30
- - '1382736836'
31
- Expires:
32
- - Fri, 25 Oct 2013 20:34:57 GMT
43
+ - '1392892121'
33
44
  Last-Modified:
34
- - Sun, 20 Oct 2013 01:45:34 GMT
35
- Etag:
36
- - '"c632ac4e6ac3e1fcd30be3046eb936b0"'
45
+ - Fri, 14 Feb 2014 05:07:12 GMT
46
+ X-Ua-Compatible:
47
+ - IE=edge
37
48
  X-Dns-Prefetch-Control:
38
49
  - 'on'
39
50
  Vary:
@@ -44,28 +55,22 @@ http_interactions:
44
55
  - '498'
45
56
  Accept-Ranges:
46
57
  - bytes
47
- Date:
48
- - Fri, 25 Oct 2013 20:33:58 GMT
49
58
  X-Varnish:
50
- - 2263931728 2263930921
51
- Age:
52
- - '2'
53
- Via:
54
- - 1.1 varnish
59
+ - '1744118388'
55
60
  X-Varnish-Cache:
56
- - '1'
57
- Connection:
61
+ - '0'
62
+ Nncoection:
58
63
  - close
59
64
  X-Vserver:
60
65
  - 10.90.128.146
61
66
  body:
62
67
  encoding: UTF-8
63
- string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
68
+ string: "[{\"id\":898029,\"title\":\"Cherry Bloom - King Of The Knife\",\"description\":\"The
64
69
  first video from the upcoming album Secret Sounds, to download in-stores April
65
- 14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
66
- 13:10:39","thumbnail_small":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_100.jpg","thumbnail_medium":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_200.jpg","thumbnail_large":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_640.jpg","user_id":206215,"user_name":"Octave
67
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_30.jpg","user_portrait_medium":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_75.jpg","user_portrait_large":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_100.jpg","user_portrait_huge":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4557,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
68
- bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
70
+ 14. Checkout http:\\/\\/www.cherrybloom.net\",\"url\":\"http:\\/\\/vimeo.com\\/898029\",\"upload_date\":\"2008-04-14
71
+ 13:10:39\",\"thumbnail_small\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_100.jpg\",\"thumbnail_medium\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_200.jpg\",\"thumbnail_large\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_640.jpg\",\"user_id\":206215,\"user_name\":\"Octave
72
+ Zangs\",\"user_url\":\"http:\\/\\/vimeo.com\\/octave\",\"user_portrait_small\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_30.jpg\",\"user_portrait_medium\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_75.jpg\",\"user_portrait_large\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_100.jpg\",\"user_portrait_huge\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_300.jpg\",\"stats_number_of_likes\":11,\"stats_number_of_plays\":4563,\"stats_number_of_comments\":4,\"duration\":175,\"width\":640,\"height\":360,\"tags\":\"cherry
73
+ bloom, secret sounds, king of the knife, rock, alternative\",\"embed_privacy\":\"anywhere\"}]"
69
74
  http_version:
70
- recorded_at: Fri, 25 Oct 2013 20:33:58 GMT
71
- recorded_with: VCR 2.6.0
75
+ recorded_at: Thu, 20 Feb 2014 12:43:23 GMT
76
+ recorded_with: VCR 2.8.0
@@ -8,32 +8,43 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - VideoInfo/2.0.0
11
+ - VideoInfo/2.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
15
- - '*/*'
15
+ - "*/*"
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Age:
22
+ - '3'
23
+ Date:
24
+ - Thu, 20 Feb 2014 12:43:22 GMT
25
+ Expires:
26
+ - Thu, 20 Feb 2014 12:44:22 GMT
27
+ Connection:
28
+ - Keep-Alive
29
+ Via:
30
+ - 1.1 varnish
31
+ - dnet-dca
32
+ Etag:
33
+ - "\"6dfa4929546eb170df1cf6c24e6b93e8\""
21
34
  Server:
22
35
  - Apache
23
36
  Access-Control-Allow-Origin:
24
- - '*'
37
+ - "*"
25
38
  X-Ratelimit-Limit:
26
39
  - '3600'
27
40
  X-Ratelimit-Remaining:
28
41
  - '3599'
29
42
  X-Ratelimit-Reset:
30
- - '1382736836'
31
- Expires:
32
- - Fri, 25 Oct 2013 20:34:56 GMT
43
+ - '1392898630'
33
44
  Last-Modified:
34
- - Sun, 20 Oct 2013 01:45:34 GMT
35
- Etag:
36
- - '"c632ac4e6ac3e1fcd30be3046eb936b0"'
45
+ - Fri, 14 Feb 2014 05:07:12 GMT
46
+ X-Ua-Compatible:
47
+ - IE=edge
37
48
  X-Dns-Prefetch-Control:
38
49
  - 'on'
39
50
  Vary:
@@ -44,28 +55,22 @@ http_interactions:
44
55
  - '498'
45
56
  Accept-Ranges:
46
57
  - bytes
47
- Date:
48
- - Fri, 25 Oct 2013 20:33:58 GMT
49
58
  X-Varnish:
50
- - 1715090782 1715089698
51
- Age:
52
- - '2'
53
- Via:
54
- - 1.1 varnish
59
+ - 1579446639 1579446611
55
60
  X-Varnish-Cache:
56
61
  - '1'
57
- Connection:
62
+ Cneonction:
58
63
  - close
59
64
  X-Vserver:
60
- - 10.90.128.197
65
+ - 10.90.128.147
61
66
  body:
62
67
  encoding: UTF-8
63
- string: '[{"id":898029,"title":"Cherry Bloom - King Of The Knife","description":"The
68
+ string: "[{\"id\":898029,\"title\":\"Cherry Bloom - King Of The Knife\",\"description\":\"The
64
69
  first video from the upcoming album Secret Sounds, to download in-stores April
65
- 14. Checkout http:\/\/www.cherrybloom.net","url":"http:\/\/vimeo.com\/898029","upload_date":"2008-04-14
66
- 13:10:39","thumbnail_small":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_100.jpg","thumbnail_medium":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_200.jpg","thumbnail_large":"http:\/\/b.vimeocdn.com\/ts\/343\/731\/34373130_640.jpg","user_id":206215,"user_name":"Octave
67
- Zangs","user_url":"http:\/\/vimeo.com\/octave","user_portrait_small":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_30.jpg","user_portrait_medium":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_75.jpg","user_portrait_large":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_100.jpg","user_portrait_huge":"http:\/\/b.vimeocdn.com\/ps\/257\/715\/2577152_300.jpg","stats_number_of_likes":11,"stats_number_of_plays":4557,"stats_number_of_comments":4,"duration":175,"width":640,"height":360,"tags":"cherry
68
- bloom, secret sounds, king of the knife, rock, alternative","embed_privacy":"anywhere"}]'
70
+ 14. Checkout http:\\/\\/www.cherrybloom.net\",\"url\":\"http:\\/\\/vimeo.com\\/898029\",\"upload_date\":\"2008-04-14
71
+ 13:10:39\",\"thumbnail_small\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_100.jpg\",\"thumbnail_medium\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_200.jpg\",\"thumbnail_large\":\"http:\\/\\/b.vimeocdn.com\\/ts\\/343\\/731\\/34373130_640.jpg\",\"user_id\":206215,\"user_name\":\"Octave
72
+ Zangs\",\"user_url\":\"http:\\/\\/vimeo.com\\/octave\",\"user_portrait_small\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_30.jpg\",\"user_portrait_medium\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_75.jpg\",\"user_portrait_large\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_100.jpg\",\"user_portrait_huge\":\"http:\\/\\/b.vimeocdn.com\\/ps\\/257\\/715\\/2577152_300.jpg\",\"stats_number_of_likes\":11,\"stats_number_of_plays\":4563,\"stats_number_of_comments\":4,\"duration\":175,\"width\":640,\"height\":360,\"tags\":\"cherry
73
+ bloom, secret sounds, king of the knife, rock, alternative\",\"embed_privacy\":\"anywhere\"}]"
69
74
  http_version:
70
- recorded_at: Fri, 25 Oct 2013 20:33:58 GMT
71
- recorded_with: VCR 2.6.0
75
+ recorded_at: Thu, 20 Feb 2014 12:43:23 GMT
76
+ recorded_with: VCR 2.8.0