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
data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/.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:
|
@@ -31,13 +31,13 @@ http_interactions:
|
|
31
31
|
X-Ratelimit-Remaining:
|
32
32
|
- '3593'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:30 GMT
|
37
37
|
Last-Modified:
|
38
|
-
-
|
38
|
+
- Sat, 06 Dec 2014 23:12:21 GMT
|
39
39
|
Etag:
|
40
|
-
- '"
|
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
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:31 GMT
|
51
51
|
X-Varnish:
|
52
|
-
-
|
52
|
+
- 205917849 205916676
|
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
|
-
-
|
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":
|
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:
|
72
|
+
recorded_at: Tue, 09 Dec 2014 19:27:31 GMT
|
73
73
|
recorded_with: VCR 2.9.3
|
data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/.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:
|
@@ -31,13 +31,13 @@ http_interactions:
|
|
31
31
|
X-Ratelimit-Remaining:
|
32
32
|
- '3595'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:29 GMT
|
37
37
|
Last-Modified:
|
38
|
-
-
|
38
|
+
- Sat, 06 Dec 2014 23:12:21 GMT
|
39
39
|
Etag:
|
40
|
-
- '"
|
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
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:31 GMT
|
51
51
|
X-Varnish:
|
52
|
-
-
|
52
|
+
- 2060467153 2060465612
|
53
53
|
Age:
|
54
54
|
- '2'
|
55
55
|
Via:
|
@@ -59,15 +59,15 @@ http_interactions:
|
|
59
59
|
Connection:
|
60
60
|
- close
|
61
61
|
X-Vserver:
|
62
|
-
-
|
62
|
+
- dfvimeowebproxy1
|
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":
|
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:
|
72
|
+
recorded_at: Tue, 09 Dec 2014 19:27:31 GMT
|
73
73
|
recorded_with: VCR 2.9.3
|
data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/.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:
|
@@ -29,15 +29,15 @@ http_interactions:
|
|
29
29
|
X-Ratelimit-Limit:
|
30
30
|
- '3600'
|
31
31
|
X-Ratelimit-Remaining:
|
32
|
-
- '
|
32
|
+
- '3592'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:31 GMT
|
37
37
|
Last-Modified:
|
38
|
-
-
|
38
|
+
- Sat, 06 Dec 2014 23:12:21 GMT
|
39
39
|
Etag:
|
40
|
-
- '"
|
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
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:31 GMT
|
51
51
|
X-Varnish:
|
52
|
-
-
|
52
|
+
- '309932329'
|
53
53
|
Age:
|
54
|
-
- '
|
54
|
+
- '0'
|
55
55
|
Via:
|
56
56
|
- 1.1 varnish
|
57
57
|
X-Varnish-Cache:
|
58
|
-
- '
|
58
|
+
- '0'
|
59
59
|
Connection:
|
60
60
|
- close
|
61
61
|
X-Vserver:
|
62
|
-
-
|
62
|
+
- dfvimeowebproxy3
|
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":
|
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:
|
72
|
+
recorded_at: Tue, 09 Dec 2014 19:27:31 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.
|
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
|
- '3595'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:29 GMT
|
37
37
|
Last-Modified:
|
38
|
-
-
|
38
|
+
- Sat, 06 Dec 2014 23:12:21 GMT
|
39
39
|
Etag:
|
40
|
-
- '"
|
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
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:29 GMT
|
51
51
|
X-Varnish:
|
52
|
-
- '
|
52
|
+
- '2060465612'
|
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
|
-
-
|
62
|
+
- dfvimeowebproxy1
|
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":
|
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:
|
72
|
+
recorded_at: Tue, 09 Dec 2014 19:27:29 GMT
|
73
73
|
recorded_with: VCR 2.9.3
|
data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_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:
|
@@ -29,15 +29,15 @@ http_interactions:
|
|
29
29
|
X-Ratelimit-Limit:
|
30
30
|
- '3600'
|
31
31
|
X-Ratelimit-Remaining:
|
32
|
-
- '
|
32
|
+
- '3593'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:30 GMT
|
37
37
|
Last-Modified:
|
38
|
-
-
|
38
|
+
- Sat, 06 Dec 2014 23:12:21 GMT
|
39
39
|
Etag:
|
40
|
-
- '"
|
40
|
+
- '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
|
41
41
|
Vary:
|
42
42
|
- Accept-Encoding
|
43
43
|
Content-Type:
|
@@ -47,11 +47,11 @@ http_interactions:
|
|
47
47
|
Accept-Ranges:
|
48
48
|
- bytes
|
49
49
|
Date:
|
50
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:31 GMT
|
51
51
|
X-Varnish:
|
52
|
-
-
|
52
|
+
- 205918034 205916676
|
53
53
|
Age:
|
54
|
-
- '
|
54
|
+
- '2'
|
55
55
|
Via:
|
56
56
|
- 1.1 varnish
|
57
57
|
X-Varnish-Cache:
|
@@ -59,15 +59,15 @@ http_interactions:
|
|
59
59
|
Connection:
|
60
60
|
- close
|
61
61
|
X-Vserver:
|
62
|
-
-
|
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":
|
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:
|
72
|
+
recorded_at: Tue, 09 Dec 2014 19:27:31 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.
|
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
|
-
- '
|
32
|
+
- '3593'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:30 GMT
|
37
37
|
Last-Modified:
|
38
|
-
-
|
38
|
+
- Sat, 06 Dec 2014 23:12:21 GMT
|
39
39
|
Etag:
|
40
|
-
- '"
|
40
|
+
- '"f3db8d03b30fee8ec71b03c7f8d6b51e"'
|
41
41
|
Vary:
|
42
42
|
- Accept-Encoding
|
43
43
|
Content-Type:
|
@@ -47,11 +47,11 @@ http_interactions:
|
|
47
47
|
Accept-Ranges:
|
48
48
|
- bytes
|
49
49
|
Date:
|
50
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:30 GMT
|
51
51
|
X-Varnish:
|
52
|
-
-
|
52
|
+
- 205916886 205916676
|
53
53
|
Age:
|
54
|
-
- '
|
54
|
+
- '0'
|
55
55
|
Via:
|
56
56
|
- 1.1 varnish
|
57
57
|
X-Varnish-Cache:
|
@@ -59,15 +59,15 @@ http_interactions:
|
|
59
59
|
Connection:
|
60
60
|
- close
|
61
61
|
X-Vserver:
|
62
|
-
-
|
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":
|
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:
|
72
|
+
recorded_at: Tue, 09 Dec 2014 19:27:30 GMT
|
73
73
|
recorded_with: VCR 2.9.3
|
@@ -17,7 +17,7 @@ http_interactions:
|
|
17
17
|
message: Not Found
|
18
18
|
headers:
|
19
19
|
Date:
|
20
|
-
-
|
20
|
+
- Tue, 09 Dec 2014 19:27:26 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
|
- '3598'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156846'
|
35
35
|
Cache-Control:
|
36
36
|
- max-age=300, must-revalidate
|
37
37
|
Expires:
|
38
|
-
-
|
38
|
+
- Tue, 09 Dec 2014 19:32:26 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:
|
49
|
+
recorded_at: Tue, 09 Dec 2014 19:27:26 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
|
-
-
|
20
|
+
- Tue, 09 Dec 2014 19:27:26 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
|
- '3599'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156846'
|
35
35
|
Cache-Control:
|
36
36
|
- max-age=60
|
37
37
|
Expires:
|
38
|
-
-
|
38
|
+
- Tue, 09 Dec 2014 19:28:26 GMT
|
39
39
|
Last-Modified:
|
40
40
|
- Sat, 01 Mar 2014 00:07:48 GMT
|
41
41
|
Etag:
|
@@ -50,5 +50,5 @@ http_interactions:
|
|
50
50
|
encoding: UTF-8
|
51
51
|
string: ''
|
52
52
|
http_version:
|
53
|
-
recorded_at:
|
53
|
+
recorded_at: Tue, 09 Dec 2014 19:27:26 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.
|
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,11 +29,11 @@ http_interactions:
|
|
29
29
|
X-Ratelimit-Limit:
|
30
30
|
- '3600'
|
31
31
|
X-Ratelimit-Remaining:
|
32
|
-
- '
|
32
|
+
- '3598'
|
33
33
|
X-Ratelimit-Reset:
|
34
|
-
- '
|
34
|
+
- '1418156847'
|
35
35
|
Expires:
|
36
|
-
-
|
36
|
+
- Tue, 09 Dec 2014 19:28:27 GMT
|
37
37
|
Last-Modified:
|
38
38
|
- Thu, 31 May 2012 15:34:36 GMT
|
39
39
|
Etag:
|
@@ -47,9 +47,9 @@ http_interactions:
|
|
47
47
|
Accept-Ranges:
|
48
48
|
- bytes
|
49
49
|
Date:
|
50
|
-
-
|
50
|
+
- Tue, 09 Dec 2014 19:27:27 GMT
|
51
51
|
X-Varnish:
|
52
|
-
- '
|
52
|
+
- '2060463971'
|
53
53
|
Age:
|
54
54
|
- '0'
|
55
55
|
Via:
|
@@ -59,7 +59,7 @@ http_interactions:
|
|
59
59
|
Connection:
|
60
60
|
- close
|
61
61
|
X-Vserver:
|
62
|
-
-
|
62
|
+
- dfvimeowebproxy1
|
63
63
|
body:
|
64
64
|
encoding: UTF-8
|
65
65
|
string: '{"id":1921098,"created_on":"2012-04-30 11:00:53","last_modified":"2012-05-31
|
@@ -67,5 +67,5 @@ http_interactions:
|
|
67
67
|
get you started in the brand new Vimeo!","url":"http:\/\/vimeo.com\/album\/1921098","thumbnail_small":"http:\/\/i.vimeocdn.com\/video\/299773432_100x75.jpg","thumbnail_medium":"http:\/\/i.vimeocdn.com\/video\/299773432_200x150.jpg","thumbnail_large":"http:\/\/i.vimeocdn.com\/video\/299773432_640.jpg","total_videos":9,"user_id":152184,"user_display_name":"Vimeo
|
68
68
|
Staff","user_url":"http:\/\/vimeo.com\/staff"}'
|
69
69
|
http_version:
|
70
|
-
recorded_at:
|
70
|
+
recorded_at: Tue, 09 Dec 2014 19:27:27 GMT
|
71
71
|
recorded_with: VCR 2.9.3
|