video_info 2.6.1 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.github/workflows/unit_test.yml +42 -0
- data/Guardfile +1 -1
- data/README.md +10 -21
- data/lib/video_info.rb +5 -4
- data/lib/video_info/provider.rb +17 -2
- data/lib/video_info/providers/dailymotion.rb +13 -0
- data/lib/video_info/providers/vimeo_api.rb +12 -12
- data/lib/video_info/providers/vimeo_scraper.rb +66 -16
- data/lib/video_info/providers/youtube.rb +12 -0
- data/lib/video_info/providers/youtube_api.rb +12 -13
- data/lib/video_info/providers/youtube_scraper.rb +45 -25
- data/lib/video_info/providers/youtubeplaylist_api.rb +15 -1
- data/lib/video_info/version.rb +1 -1
- data/tmp/rspec_guard_result +25 -0
- data/video_info.gemspec +9 -10
- metadata +24 -429
- data/.travis.yml +0 -14
- data/lib/video_info/providers/vkontakte.rb +0 -194
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_invalid_video_url/_available_/1_2_2_1_1.yml +0 -89
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_valid_video/_available_/1_2_1_1_1.yml +0 -92
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_date/should_show_correct_date.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/1_3_7_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/1_3_9_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/1_3_8_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/1_3_15_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/1_3_14_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/1_3_13_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_title/1_3_6_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/1_3_16_1.yml +0 -95
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/_available_/1_2_3_1_1.yml +0 -964
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/_available_/2_2_3_1_1.yml +0 -59
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/_available_/1_2_2_1_1.yml +0 -936
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/_available_/2_2_2_1_1.yml +0 -61
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/_available_/1_2_1_1_1.yml +0 -2692
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/_available_/2_2_1_1_1.yml +0 -119
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author/1_3_17_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author/2_3_17_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_thumbnail/1_3_16_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_thumbnail/2_3_16_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_url/1_3_18_1.yml +0 -1529
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_url/2_3_18_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_date/should_have_correct_upload_date.yml +0 -1595
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_description/1_3_7_1.yml +0 -1602
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_description/2_3_7_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_duration/1_3_9_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_duration/2_3_9_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_height/1_3_11_1.yml +0 -1529
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_height/2_3_11_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_keywords/should_return_a_string_list_of_keywords.yml +0 -1595
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_large/1_3_15_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_large/2_3_15_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_medium/1_3_14_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_medium/2_3_14_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_small/1_3_13_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_small/2_3_13_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_title/1_3_6_1.yml +0 -1602
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_title/2_3_6_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_view_count/1_3_19_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_view_count/2_3_19_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_width/1_3_10_1.yml +0 -1530
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_width/2_3_10_1.yml +0 -68
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author/1_3_17_1.yml +0 -2559
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author/2_3_17_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_thumbnail/1_3_16_1.yml +0 -2559
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_thumbnail/2_3_16_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_url/1_3_18_1.yml +0 -2559
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_url/2_3_18_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_date/should_have_correct_upload_date.yml +0 -2714
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_description/1_3_7_1.yml +0 -2692
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_description/2_3_7_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_duration/1_3_9_1.yml +0 -2829
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_duration/2_3_9_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_height/1_3_11_1.yml +0 -2828
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_height/2_3_11_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_keywords/should_return_a_string_list_of_keywords.yml +0 -2716
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/1_3_15_1.yml +0 -2560
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/2_3_15_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/1_3_14_1.yml +0 -2558
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/2_3_14_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/1_3_13_1.yml +0 -2558
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/2_3_13_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_title/1_3_6_1.yml +0 -2961
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_title/2_3_6_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/1_3_19_1.yml +0 -2560
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/2_3_19_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_width/1_3_10_1.yml +0 -2560
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_width/2_3_10_1.yml +0 -159
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_hashes/available_/1_2_6_1_1.yml +0 -2996
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_invalid_video/available_/1_2_2_1_1.yml +0 -46
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_private_video/available_/1_2_3_1_1.yml +0 -865
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_redirect/available_/1_2_4_1_1.yml +0 -666
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_redirect_to_main_page_for_auth/available_/1_2_5_1_1.yml +0 -46
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_valid_video/available_/1_2_1_1_1.yml +0 -2118
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/author/1_5_14_1.yml +0 -518
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/author_thumbnail/1_5_15_1.yml +0 -519
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/author_url/1_5_16_1.yml +0 -520
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/description/1_5_8_1.yml +0 -518
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/duration/1_5_10_1.yml +0 -517
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/embed_code/1_5_6_1.yml +0 -517
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/embed_url/1_5_5_1.yml +0 -519
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/height/1_5_12_1.yml +0 -517
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/title/1_5_7_1.yml +0 -517
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/view_count/1_5_13_1.yml +0 -521
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/width/1_5_11_1.yml +0 -517
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_https_/vk_com/id44052340_z_video61291456_159590018_2F2521d92730a272a9ea/author/1_3_7_1.yml +0 -399
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_https_/vk_com/id44052340_z_video61291456_159590018_2F2521d92730a272a9ea/embed_code/1_3_6_1.yml +0 -399
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_https_/vk_com/id44052340_z_video61291456_159590018_2F2521d92730a272a9ea/embed_url/1_3_5_1.yml +0 -399
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_https_/vk_com/id44052340_z_video61291456_159590018_2F2521d92730a272a9ea/title/1_3_4_1.yml +0 -399
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video-54799401_165822734/title/1_7_4_1.yml +0 -682
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video3552522_171340713/embed_url/1_10_1_1.yml +0 -501
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/description/1_6_8_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/duration/1_6_10_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/embed_code/1_6_6_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/embed_url/1_6_5_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/height/1_6_12_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/title/1_6_7_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/view_count/1_6_13_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/width/1_6_11_1.yml +0 -449
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/author/1_4_5_1.yml +0 -527
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/author_thumbnail/1_4_6_1.yml +0 -527
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/author_url/1_4_7_1.yml +0 -527
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/title/1_4_4_1.yml +0 -527
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_invalid_video/_available_/1_2_2_1_1.yml +0 -71
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_valid_video/_available_/1_2_1_1_1.yml +0 -73
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_duration/1_4_7_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_height/1_4_9_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_large/1_4_12_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_medium/1_4_11_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_small/1_4_10_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_title/1_4_6_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_width/1_4_8_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_duration/1_3_7_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_height/1_3_9_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_large/1_3_12_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_medium/1_3_11_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_small/1_3_10_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_title/1_3_6_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_width/1_3_8_1.yml +0 -80
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_available_/1_2_2_1_1.yml +0 -516
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_available_/2_2_2_1_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_date/1_2_2_11_1.yml +0 -519
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_date/2_2_2_11_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_description/1_2_2_8_1.yml +0 -521
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_description/2_2_2_8_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_duration/1_2_2_10_1.yml +0 -519
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_duration/2_2_2_10_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_keywords/1_2_2_9_1.yml +0 -519
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_keywords/2_2_2_9_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_title/1_2_2_7_1.yml +0 -519
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_title/2_2_2_7_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_view_count/1_2_2_15_1.yml +0 -516
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_view_count/2_2_2_15_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/_available_/1_2_1_1_1.yml +0 -3930
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/_available_/2_2_1_1_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_removed_because_of_copyright_claim/_available_/1_2_3_1_1.yml +0 -578
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_removed_because_of_copyright_claim/_available_/2_2_3_1_1.yml +0 -117
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_date/should_return_date_video_was_posted.yml +0 -3912
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_description/1_17_7_1.yml +0 -4007
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_description/2_17_7_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_duration/1_17_9_1.yml +0 -3982
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_duration/2_17_9_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_keywords/1_17_8_1.yml +0 -3984
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_keywords/2_17_8_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_title/1_17_6_1.yml +0 -3946
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_title/2_17_6_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_view_count/1_17_16_1.yml +0 -3948
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_view_count/2_17_16_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author/1_3_6_1.yml +0 -4006
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author/2_3_6_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_thumbnail/1_3_7_1.yml +0 -4027
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_thumbnail/2_3_7_1.yml +0 -212
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_url/1_3_8_1.yml +0 -4080
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_url/2_3_8_1.yml +0 -212
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_date/should_return_date_video_was_posted.yml +0 -3982
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/1_3_10_1.yml +0 -3992
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/2_3_10_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/1_3_12_1.yml +0 -3961
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/2_3_12_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/1_3_11_1.yml +0 -3928
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/2_3_11_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/1_3_9_1.yml +0 -3974
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/2_3_9_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/1_3_19_1.yml +0 -3950
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/2_3_19_1.yml +0 -127
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_invalid_playlist/_available_/1_2_2_1_1.yml +0 -62
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_invalid_playlist/_available_/2_2_2_1_1.yml +0 -62
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_list_url/_available_/1_2_3_1_1.yml +0 -96
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_list_url/_available_/2_2_3_1_1.yml +0 -96
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_valid_playlist/_available_/1_2_1_1_1.yml +0 -96
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_valid_playlist/_available_/2_2_1_1_1.yml +0 -96
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author/1_3_18_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author/2_3_18_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author_thumbnail/1_3_19_1.yml +0 -193
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author_thumbnail/2_3_19_1.yml +0 -193
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author_url/1_3_20_1.yml +0 -193
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author_url/2_3_20_1.yml +0 -193
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_description/1_3_7_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_description/2_3_7_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_keywords/1_3_8_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_keywords/2_3_8_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_large/1_3_15_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_large/2_3_15_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_medium/1_3_14_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_medium/2_3_14_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_small/1_3_13_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_small/2_3_13_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_title/1_3_6_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_title/2_3_6_1.yml +0 -107
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_videos/returns_list_of_videos_in_playlist.yml +0 -267
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_that_does_not_exist_in_embed_path/_videos/1_4_2_1.yml +0 -56
- data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_that_does_not_exist_in_embed_path/_videos/2_4_2_1.yml +0 -56
- data/spec/lib/video_info/provider_spec.rb +0 -80
- data/spec/lib/video_info/providers/dailymotion_spec.rb +0 -174
- data/spec/lib/video_info/providers/vimeo_spec.rb +0 -277
- data/spec/lib/video_info/providers/vkontakte_spec.rb +0 -242
- data/spec/lib/video_info/providers/wistia_spec.rb +0 -189
- data/spec/lib/video_info/providers/youtube_playlist_spec.rb +0 -230
- data/spec/lib/video_info/providers/youtube_spec.rb +0 -557
- data/spec/lib/video_info_spec.rb +0 -106
- data/spec/spec_helper.rb +0 -26
@@ -1,242 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
require 'spec_helper'
|
3
|
-
require 'webmock/rspec'
|
4
|
-
|
5
|
-
describe VideoInfo::Providers::Vkontakte do
|
6
|
-
describe '.usable?' do
|
7
|
-
subject { VideoInfo::Providers::Vkontakte.usable?(url) }
|
8
|
-
|
9
|
-
context 'with vkontakte url' do
|
10
|
-
context 'old style', :vcr do
|
11
|
-
let(:url) { 'http://vk.com/video39576223_108370515' }
|
12
|
-
it { should be_truthy }
|
13
|
-
end
|
14
|
-
|
15
|
-
context 'new style', :vcr do
|
16
|
-
let(:url) do
|
17
|
-
'https://vk.com/kirill.lyanoi?z=video2152699' \
|
18
|
-
'_168591741%2F56fd229a9dfe2dcdbe'
|
19
|
-
end
|
20
|
-
it { should be_truthy }
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
context 'with other url' do
|
25
|
-
let(:url) { 'http://www.youtube.com/898029' }
|
26
|
-
it { should be_falsey }
|
27
|
-
end
|
28
|
-
|
29
|
-
context 'with invalid url' do
|
30
|
-
let(:url) { 'http://vk.com just random data' }
|
31
|
-
it { should be_falsey }
|
32
|
-
end
|
33
|
-
|
34
|
-
context 'with spaces at end' do
|
35
|
-
let(:url) { 'http://vk.com/video39576223_108370515 ' }
|
36
|
-
it { should be_truthy }
|
37
|
-
end
|
38
|
-
|
39
|
-
context 'with spaces at start' do
|
40
|
-
let(:url) { ' http://vk.com/video39576223_108370515' }
|
41
|
-
it { should be_truthy }
|
42
|
-
end
|
43
|
-
|
44
|
-
context 'with spaces around url' do
|
45
|
-
let(:url) { ' http://vk.com/video39576223_108370515 ' }
|
46
|
-
it { should be_truthy }
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
describe '#available?' do
|
51
|
-
context 'with valid video', :vcr do
|
52
|
-
subject { VideoInfo.new('http://vk.com/video39576223_108370515') }
|
53
|
-
its(:available?) { should be_truthy }
|
54
|
-
end
|
55
|
-
|
56
|
-
context 'with invalid video', :vcr do
|
57
|
-
subject { VideoInfo.new('http://vk.com/video39576223_invalid') }
|
58
|
-
its(:available?) { should be_falsey }
|
59
|
-
end
|
60
|
-
|
61
|
-
context 'with private video', :vcr do
|
62
|
-
subject { VideoInfo.new('http://vk.com/video39576223_166315543') }
|
63
|
-
its(:available?) { should be_falsey }
|
64
|
-
end
|
65
|
-
|
66
|
-
context 'with redirect', :vcr do
|
67
|
-
video_url = 'http://vk.com/polinka_zh?z=' \
|
68
|
-
'video186965901_168185427%2Fbfb2bd2e674031520a'
|
69
|
-
subject { VideoInfo.new(video_url) }
|
70
|
-
its(:available?) { should be_truthy }
|
71
|
-
end
|
72
|
-
|
73
|
-
context 'with redirect to main page for auth', :vcr do
|
74
|
-
video_url = 'http://vk.com/video?z=video1472940_169081944%2Falbum1472940'
|
75
|
-
subject { VideoInfo.new(video_url) }
|
76
|
-
its(:available?) { should be_falsey }
|
77
|
-
end
|
78
|
-
|
79
|
-
context 'with hashes', :vcr do
|
80
|
-
video_url = 'https://vk.com/videos43640822#/video43640822_168790809'
|
81
|
-
subject { VideoInfo.new(video_url) }
|
82
|
-
its(:available?) { should be_truthy }
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
context 'with video https://vk.com/id44052340?z=' \
|
87
|
-
'video61291456_159590018%2F2521d92730a272a9ea', :vcr do
|
88
|
-
video_url = 'https://vk.com/id44052340?z=' \
|
89
|
-
'video61291456_159590018%2F2521d92730a272a9ea'
|
90
|
-
|
91
|
-
subject { VideoInfo.new(video_url) }
|
92
|
-
|
93
|
-
embed_code = '<iframe src="//vk.com/video_ext.php?oid=61291456&' \
|
94
|
-
'id=159590018&hash=68174b2af560c54c" frameborder="0" ' \
|
95
|
-
'allowfullscreen="allowfullscreen"></iframe>'
|
96
|
-
embed_url = '//vk.com/video_ext.php?oid=61291456&' \
|
97
|
-
'id=159590018&hash=68174b2af560c54c'
|
98
|
-
|
99
|
-
its(:provider) { should eq 'Vkontakte' }
|
100
|
-
its(:video_owner) { should eq '61291456' }
|
101
|
-
its(:video_id) { should eq '159590018' }
|
102
|
-
its(:title) { should eq 'Happy Birthday To You' }
|
103
|
-
its(:embed_url) { should eq embed_url }
|
104
|
-
its(:embed_code) { should eq embed_code }
|
105
|
-
its(:author) { should eq('Tanka Malesh').or(eq('Танька Малеш')) }
|
106
|
-
end
|
107
|
-
|
108
|
-
context 'with video videos43640822#/video43640822_168790809', :vcr do
|
109
|
-
video_url = 'https://vk.com/videos43640822#/video43640822_168790809'
|
110
|
-
subject { VideoInfo.new(video_url) }
|
111
|
-
|
112
|
-
author_thumbnail = 'https://pp.vk.me/c604531/v604531822' \
|
113
|
-
'/2beb/JrLWCWTA7y0.jpg'
|
114
|
-
video_title = 'UDC open cup 2014/ 3 place / Saley Daria (solo)'
|
115
|
-
|
116
|
-
its(:provider) { should eq 'Vkontakte' }
|
117
|
-
its(:video_owner) { should eq '43640822' }
|
118
|
-
its(:video_id) { should eq '168790809' }
|
119
|
-
its(:title) { should eq video_title }
|
120
|
-
its(:author) { should eq('Dasha Saley').or(eq('Даша Салей')) }
|
121
|
-
its(:author_thumbnail) { should eq author_thumbnail }
|
122
|
-
its(:author_url) { should eq 'https://vk.com/dariasaley' }
|
123
|
-
end
|
124
|
-
|
125
|
-
context 'with video from kirill.lyanoi?z=' \
|
126
|
-
'video2152699_168591741%2F56fd229a9dfe2dcdbe', :vcr do
|
127
|
-
video_url = 'https://vk.com/kirill.lyanoi?' \
|
128
|
-
'z=video2152699_168591741%2F56fd229a9dfe2dcdbe'
|
129
|
-
subject { VideoInfo.new(video_url) }
|
130
|
-
|
131
|
-
author_thumbnail = 'https://pp.vk.me/c623824/v623824699' \
|
132
|
-
'/55575/CCQZ29l0B9k.jpg'
|
133
|
-
description_text = 'BEAT SOUL STEP ★ Project818 Russian ' \
|
134
|
-
'Dance Championship ★ 1-2 мая, Москва 2014'
|
135
|
-
video_title = 'BEAT SOUL STEP — RDC14 Project818 Russian ' \
|
136
|
-
'Dance Championship, May 1-2, Moscow 2014'
|
137
|
-
embed_code = '<iframe src="https://www.youtube.com/embed/' \
|
138
|
-
'4Thws5wq5GI?enablejsapi=1&autoplay=0&start=0' \
|
139
|
-
'&autohide=1&wmode=opaque&showinfo=0&origin=' \
|
140
|
-
'https://vk.com&fs=1&rel=0&cc_load_policy=0' \
|
141
|
-
'&iv_load_policy=3" frameborder="0" ' \
|
142
|
-
'allowfullscreen="allowfullscreen"></iframe>'
|
143
|
-
embed_url = 'https://www.youtube.com/embed/4Thws5wq5GI?enablejsapi=1' \
|
144
|
-
'&autoplay=0&start=0&autohide=1&wmode=opaque&showinfo=0' \
|
145
|
-
'&origin=https://vk.com&fs=1&rel=0&cc_load_policy=0' \
|
146
|
-
'&iv_load_policy=3'
|
147
|
-
author = 'Kirill Lyanoy'
|
148
|
-
author_alt = 'Кирилл Льяной'
|
149
|
-
|
150
|
-
its(:provider) { should eq 'Vkontakte' }
|
151
|
-
its(:video_owner) { should eq '2152699' }
|
152
|
-
its(:video_id) { should eq '168591741' }
|
153
|
-
its(:url) { should eq video_url }
|
154
|
-
its(:embed_url) { should eq embed_url }
|
155
|
-
its(:embed_code) { should eq embed_code }
|
156
|
-
its(:title) { should eq video_title }
|
157
|
-
its(:description) { should start_with description_text }
|
158
|
-
its(:keywords) { should be_nil }
|
159
|
-
its(:duration) { should eq 299 }
|
160
|
-
its(:width) { should eq 0 }
|
161
|
-
its(:height) { should eq 0 }
|
162
|
-
its(:view_count) { should be > 10 }
|
163
|
-
its(:author) { should eq(author).or(eq(author_alt)) }
|
164
|
-
its(:author_thumbnail) { should eq author_thumbnail }
|
165
|
-
its(:author_url) { should eq 'https://vk.com/lyanoi.kirill' }
|
166
|
-
end
|
167
|
-
|
168
|
-
context 'with video video39576223_108370515', :vcr do
|
169
|
-
subject { VideoInfo.new('http://vk.com/video39576223_108370515') }
|
170
|
-
|
171
|
-
description_text = 'это ВЗРЫВ МОЗГА!!!<br>Просто отвал башки...'
|
172
|
-
embed_url = '//vk.com/video_ext.php?oid=39576223&' \
|
173
|
-
'id=108370515&hash=15184dbd085c47af'
|
174
|
-
embed_code = '<iframe src="//vk.com/video_ext.php?oid=39576223&' \
|
175
|
-
'id=108370515&hash=15184dbd085c47af" frameborder="0" ' \
|
176
|
-
'allowfullscreen="allowfullscreen"></iframe>'
|
177
|
-
|
178
|
-
its(:provider) { should eq 'Vkontakte' }
|
179
|
-
its(:video_owner) { should eq '39576223' }
|
180
|
-
its(:video_id) { should eq '108370515' }
|
181
|
-
its(:url) { should eq 'http://vk.com/video39576223_108370515' }
|
182
|
-
its(:embed_url) { should eq embed_url }
|
183
|
-
its(:embed_code) { should eq embed_code }
|
184
|
-
its(:title) { should eq 'Я уточка)))))' }
|
185
|
-
its(:description) { should eq description_text }
|
186
|
-
its(:keywords) { should be_nil }
|
187
|
-
its(:duration) { should eq 183 }
|
188
|
-
its(:width) { should eq 320 }
|
189
|
-
its(:height) { should eq 240 }
|
190
|
-
its(:view_count) { should be > 10 }
|
191
|
-
end
|
192
|
-
|
193
|
-
context 'with video video-54799401_165822734', :vcr do
|
194
|
-
subject { VideoInfo.new('http://vk.com/video-54799401_165822734') }
|
195
|
-
|
196
|
-
its(:provider) { should eq 'Vkontakte' }
|
197
|
-
its(:video_owner) { should eq '-54799401' }
|
198
|
-
its(:video_id) { should eq '165822734' }
|
199
|
-
its(:title) { should eq 'SpaceGlasses are the future of computing' }
|
200
|
-
end
|
201
|
-
|
202
|
-
context 'with valid video and connection timeout' do
|
203
|
-
subject { VideoInfo.new('http://vk.com/video-54799401_165822734') }
|
204
|
-
|
205
|
-
describe '#title' do
|
206
|
-
before do
|
207
|
-
stub_request(:any, /.*vk.com.*/).to_timeout
|
208
|
-
end
|
209
|
-
|
210
|
-
it 'raises VideoInfo::HttpError exception' do
|
211
|
-
expect { subject.title }.to raise_error VideoInfo::HttpError
|
212
|
-
end
|
213
|
-
end
|
214
|
-
end
|
215
|
-
|
216
|
-
context 'with valid video and OpenURI::HTTPError exception' do
|
217
|
-
subject { VideoInfo.new('http://vk.com/video-54799401_165822734') }
|
218
|
-
|
219
|
-
describe '#title' do
|
220
|
-
before do
|
221
|
-
stub = stub_request(:any, /.*vk.com.*/)
|
222
|
-
stub.to_raise(OpenURI::HTTPError.new('error', :nop))
|
223
|
-
end
|
224
|
-
|
225
|
-
it 'raises VideoInfo::HttpError exception' do
|
226
|
-
expect { subject.title }.to raise_error VideoInfo::HttpError
|
227
|
-
end
|
228
|
-
end
|
229
|
-
end
|
230
|
-
|
231
|
-
context 'with video video3552522_171340713', :vcr do
|
232
|
-
subject { VideoInfo.new('http://vk.com/video3552522_171340713') }
|
233
|
-
|
234
|
-
embed_url = 'https://www.youtube.com/embed/C3_e-e6qoSg?' \
|
235
|
-
'enablejsapi=1&autoplay=0&start=0&autohide=1' \
|
236
|
-
'&wmode=opaque&showinfo=0&origin=' \
|
237
|
-
'https://vk.com&fs=1&rel=0&cc_load_policy=0' \
|
238
|
-
'&iv_load_policy=3'
|
239
|
-
|
240
|
-
its(:embed_url) { should eq embed_url }
|
241
|
-
end
|
242
|
-
end
|
@@ -1,189 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe VideoInfo::Providers::Wistia do
|
5
|
-
describe '.usable?' do
|
6
|
-
subject { VideoInfo::Providers::Wistia.usable?(url) }
|
7
|
-
|
8
|
-
context 'with wistia url' do
|
9
|
-
let(:url) { 'http://fast.wistia.net/embed/iframe/rs1me54mpw' }
|
10
|
-
it { is_expected.to be_truthy }
|
11
|
-
end
|
12
|
-
|
13
|
-
context 'with other url' do
|
14
|
-
let(:url) { 'http://www.youtube.com/898029' }
|
15
|
-
it { is_expected.to be_falsey }
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
describe '#available?' do
|
20
|
-
context 'with valid video', :vcr do
|
21
|
-
video_url = 'http://fast.wistia.net/embed/iframe/rs1me54mpw'
|
22
|
-
subject { VideoInfo.new(video_url) }
|
23
|
-
|
24
|
-
describe '#available?' do
|
25
|
-
subject { super().available? }
|
26
|
-
it { is_expected.to be_truthy }
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
context 'with invalid video', :vcr do
|
31
|
-
subject { VideoInfo.new('http://fast.wistia.net/embed/iframe/no_video') }
|
32
|
-
|
33
|
-
describe '#available?' do
|
34
|
-
subject { super().available? }
|
35
|
-
it { is_expected.to be_falsey }
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
context 'with video rs1me54mpw', :vcr do
|
41
|
-
subject { VideoInfo.new('http://fast.wistia.net/embed/iframe/rs1me54mpw') }
|
42
|
-
|
43
|
-
describe '#provider' do
|
44
|
-
subject { super().provider }
|
45
|
-
it { is_expected.to eq 'Wistia' }
|
46
|
-
end
|
47
|
-
|
48
|
-
describe '#video_id' do
|
49
|
-
subject { super().video_id }
|
50
|
-
it { is_expected.to eq 'rs1me54mpw' }
|
51
|
-
end
|
52
|
-
|
53
|
-
describe '#url' do
|
54
|
-
subject { super().url }
|
55
|
-
it { is_expected.to eq 'http://fast.wistia.net/embed/iframe/rs1me54mpw' }
|
56
|
-
end
|
57
|
-
|
58
|
-
describe '#embed_url' do
|
59
|
-
subject { super().embed_url }
|
60
|
-
it { is_expected.to eq '//fast.wistia.net/embed/iframe/rs1me54mpw' }
|
61
|
-
end
|
62
|
-
|
63
|
-
describe '#embed_code' do
|
64
|
-
subject { super().embed_code }
|
65
|
-
embed_code = '<iframe src="//fast.wistia.net/embed/iframe/rs1me54mpw" '\
|
66
|
-
'frameborder="0"></iframe>'
|
67
|
-
it { is_expected.to eq embed_code }
|
68
|
-
end
|
69
|
-
|
70
|
-
describe '#title' do
|
71
|
-
subject { super().title }
|
72
|
-
it { is_expected.to eq 'Lance Kalish - Yes To Group' }
|
73
|
-
end
|
74
|
-
|
75
|
-
describe '#duration' do
|
76
|
-
subject { super().duration }
|
77
|
-
it { is_expected.to eq 1214.83 }
|
78
|
-
end
|
79
|
-
|
80
|
-
describe '#width' do
|
81
|
-
subject { super().width }
|
82
|
-
it { is_expected.to eq 960 }
|
83
|
-
end
|
84
|
-
|
85
|
-
describe '#height' do
|
86
|
-
subject { super().height }
|
87
|
-
it { is_expected.to eq 540 }
|
88
|
-
end
|
89
|
-
|
90
|
-
describe '#thumbnail_small' do
|
91
|
-
subject { super().thumbnail_small }
|
92
|
-
thumbnail_url = 'https://embed-ssl.wistia.com/deliveries/' \
|
93
|
-
'dc005e6a7583a25c4b7c284c08afc42fb67fdb95.jpg' \
|
94
|
-
'?image_crop_resized=960x540'
|
95
|
-
it { is_expected.to eq thumbnail_url }
|
96
|
-
end
|
97
|
-
|
98
|
-
describe '#thumbnail_medium' do
|
99
|
-
subject { super().thumbnail_small }
|
100
|
-
thumbnail_url = 'https://embed-ssl.wistia.com/deliveries/' \
|
101
|
-
'dc005e6a7583a25c4b7c284c08afc42fb67fdb95.jpg?' \
|
102
|
-
'image_crop_resized=960x540'
|
103
|
-
it { is_expected.to eq thumbnail_url }
|
104
|
-
end
|
105
|
-
|
106
|
-
describe '#thumbnail_large' do
|
107
|
-
subject { super().thumbnail_small }
|
108
|
-
thumbnail_url = 'https://embed-ssl.wistia.com/deliveries/' \
|
109
|
-
'dc005e6a7583a25c4b7c284c08afc42fb67fdb95.jpg' \
|
110
|
-
'?image_crop_resized=960x540'
|
111
|
-
it { is_expected.to eq thumbnail_url }
|
112
|
-
end
|
113
|
-
end
|
114
|
-
|
115
|
-
context 'with video pxonqr42is', :vcr do
|
116
|
-
subject { VideoInfo.new('http://fast.wistia.com/embed/medias/pxonqr42is') }
|
117
|
-
|
118
|
-
describe '#provider' do
|
119
|
-
subject { super().provider }
|
120
|
-
it { is_expected.to eq 'Wistia' }
|
121
|
-
end
|
122
|
-
|
123
|
-
describe '#video_id' do
|
124
|
-
subject { super().video_id }
|
125
|
-
it { is_expected.to eq 'pxonqr42is' }
|
126
|
-
end
|
127
|
-
|
128
|
-
describe '#url' do
|
129
|
-
subject { super().url }
|
130
|
-
it { is_expected.to eq 'http://fast.wistia.com/embed/medias/pxonqr42is' }
|
131
|
-
end
|
132
|
-
|
133
|
-
describe '#embed_url' do
|
134
|
-
subject { super().embed_url }
|
135
|
-
it { is_expected.to eq '//fast.wistia.net/embed/iframe/pxonqr42is' }
|
136
|
-
end
|
137
|
-
|
138
|
-
describe '#embed_code' do
|
139
|
-
subject { super().embed_code }
|
140
|
-
embed_code = '<iframe src="//fast.wistia.net/embed/iframe/pxonqr42is" ' \
|
141
|
-
'frameborder="0"></iframe>'
|
142
|
-
it { is_expected.to eq embed_code }
|
143
|
-
end
|
144
|
-
|
145
|
-
describe '#title' do
|
146
|
-
subject { super().title }
|
147
|
-
it { is_expected.to eq 'Understanding Analytics' }
|
148
|
-
end
|
149
|
-
|
150
|
-
describe '#duration' do
|
151
|
-
subject { super().duration }
|
152
|
-
it { is_expected.to eq 250.0 }
|
153
|
-
end
|
154
|
-
|
155
|
-
describe '#width' do
|
156
|
-
subject { super().width }
|
157
|
-
it { is_expected.to eq 960 }
|
158
|
-
end
|
159
|
-
|
160
|
-
describe '#height' do
|
161
|
-
subject { super().height }
|
162
|
-
it { is_expected.to eq 568 }
|
163
|
-
end
|
164
|
-
|
165
|
-
describe '#thumbnail_small' do
|
166
|
-
subject { super().thumbnail_small }
|
167
|
-
thumbnail_url = 'https://embed-ssl.wistia.com/deliveries/' \
|
168
|
-
'0fccbdc60ade35723f79f1c002bc61b135b610fa.jpg' \
|
169
|
-
'?image_crop_resized=960x540'
|
170
|
-
it { is_expected.to eq thumbnail_url }
|
171
|
-
end
|
172
|
-
|
173
|
-
describe '#thumbnail_medium' do
|
174
|
-
subject { super().thumbnail_small }
|
175
|
-
thumbnail_url = 'https://embed-ssl.wistia.com/deliveries/' \
|
176
|
-
'0fccbdc60ade35723f79f1c002bc61b135b610fa.jpg' \
|
177
|
-
'?image_crop_resized=960x540'
|
178
|
-
it { is_expected.to eq thumbnail_url }
|
179
|
-
end
|
180
|
-
|
181
|
-
describe '#thumbnail_large' do
|
182
|
-
subject { super().thumbnail_small }
|
183
|
-
thumbnail_url = 'https://embed-ssl.wistia.com/deliveries/' \
|
184
|
-
'0fccbdc60ade35723f79f1c002bc61b135b610fa.jpg' \
|
185
|
-
'?image_crop_resized=960x540'
|
186
|
-
it { is_expected.to eq thumbnail_url }
|
187
|
-
end
|
188
|
-
end
|
189
|
-
end
|
@@ -1,230 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
[nil, 'AIzaSyA6PYwSr1EnLFUFy1cZDk3Ifb0rxeJaeZ0'].each do |api_key|
|
4
|
-
describe VideoInfo::Providers::YoutubePlaylist do
|
5
|
-
before(:each) do
|
6
|
-
api_key = 'AIzaSyA6PYwSr1EnLFUFy1cZDk3Ifb0rxeJaeZ0'
|
7
|
-
VideoInfo.provider_api_keys = { youtube: api_key }
|
8
|
-
end
|
9
|
-
|
10
|
-
describe '.usable?' do
|
11
|
-
subject { VideoInfo::Providers::YoutubePlaylist.usable?(url) }
|
12
|
-
|
13
|
-
context 'with youtube.com/playlist?p= url' do
|
14
|
-
let(:url) { 'http://www.youtube.com/playlist?p=PLA575C81A1FBC04CF' }
|
15
|
-
it { is_expected.to be_truthy }
|
16
|
-
end
|
17
|
-
|
18
|
-
context 'with youtube.com/playlist?list= url' do
|
19
|
-
let(:url) { 'http://www.youtube.com/playlist?list=PLA575C81A1FBC04CF' }
|
20
|
-
it { is_expected.to be_truthy }
|
21
|
-
end
|
22
|
-
|
23
|
-
context 'with youtube.com url' do
|
24
|
-
let(:url) { 'http://www.youtube.com/watch?v=Xp6CXF' }
|
25
|
-
it { is_expected.to be_falsey }
|
26
|
-
end
|
27
|
-
|
28
|
-
context 'with other url' do
|
29
|
-
let(:url) { 'http://example.com/video1' }
|
30
|
-
it { is_expected.to be_falsey }
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
describe '#available?' do
|
35
|
-
context 'with valid playlist', :vcr do
|
36
|
-
playlist_url = 'http://www.youtube.com/playlist?p=PLA575C81A1FBC04CF'
|
37
|
-
subject { VideoInfo.new(playlist_url) }
|
38
|
-
|
39
|
-
describe '#available?' do
|
40
|
-
subject { super().available? }
|
41
|
-
it { is_expected.to be_truthy }
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
context 'with invalid playlist', :vcr do
|
46
|
-
invalid_playlist_url = 'http://www.youtube.com/playlist?' \
|
47
|
-
'p=PLA575C81A1FBC04CF_invalid'
|
48
|
-
subject { VideoInfo.new(invalid_playlist_url) }
|
49
|
-
|
50
|
-
describe '#available?' do
|
51
|
-
subject { super().available? }
|
52
|
-
it { is_expected.to be_falsey }
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
context 'with &list= url', :vcr do
|
57
|
-
playlist_url = 'http://www.youtube.com/playlist?list=PLA575C81A1FBC04CF'
|
58
|
-
subject { VideoInfo.new(playlist_url) }
|
59
|
-
|
60
|
-
describe '#available?' do
|
61
|
-
subject { super().available? }
|
62
|
-
it { is_expected.to be_truthy }
|
63
|
-
end
|
64
|
-
end
|
65
|
-
end
|
66
|
-
|
67
|
-
context 'with playlist PL9hW1uS6HUftLdHI6RIsaf', :vcr do
|
68
|
-
let(:videos) do
|
69
|
-
[
|
70
|
-
VideoInfo.new('http://www.youtube.com/watch?v=Oi67QjrXy2w'),
|
71
|
-
VideoInfo.new('http://www.youtube.com/watch?v=_Bt3-WsHfB0'),
|
72
|
-
VideoInfo.new('http://www.youtube.com/watch?v=9g2U12SsRns'),
|
73
|
-
VideoInfo.new('http://www.youtube.com/watch?v=8b0aEoxqqC0'),
|
74
|
-
VideoInfo.new('http://www.youtube.com/watch?v=6c3mHikRz0I'),
|
75
|
-
VideoInfo.new('http://www.youtube.com/watch?v=OQVHWsTHcoc')
|
76
|
-
]
|
77
|
-
end
|
78
|
-
|
79
|
-
playlist_url = 'http://www.youtube.com/playlist?' \
|
80
|
-
'p=PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr'
|
81
|
-
|
82
|
-
subject { VideoInfo.new(playlist_url) }
|
83
|
-
|
84
|
-
describe '#provider' do
|
85
|
-
subject { super().provider }
|
86
|
-
it { is_expected.to eq 'YouTube' }
|
87
|
-
end
|
88
|
-
|
89
|
-
describe '#playlist_id' do
|
90
|
-
subject { super().playlist_id }
|
91
|
-
it { is_expected.to eq 'PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr' }
|
92
|
-
end
|
93
|
-
|
94
|
-
describe '#url' do
|
95
|
-
subject { super().url }
|
96
|
-
it { is_expected.to eq playlist_url }
|
97
|
-
end
|
98
|
-
|
99
|
-
describe '#embed_url' do
|
100
|
-
subject { super().embed_url }
|
101
|
-
embed_url = '//www.youtube.com/embed/videoseries' \
|
102
|
-
'?list=PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr'
|
103
|
-
it { is_expected.to eq embed_url }
|
104
|
-
end
|
105
|
-
|
106
|
-
describe '#embed_code' do
|
107
|
-
subject { super().embed_code }
|
108
|
-
embed_code = '<iframe src="//www.youtube.com/embed/videoseries' \
|
109
|
-
'?list=PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr" ' \
|
110
|
-
'frameborder="0" allowfullscreen="allowfullscreen">' \
|
111
|
-
'</iframe>'
|
112
|
-
it { is_expected.to eq embed_code }
|
113
|
-
end
|
114
|
-
|
115
|
-
describe '#title' do
|
116
|
-
subject { super().title }
|
117
|
-
it { is_expected.to eq 'YouTube Policy and Copyright' }
|
118
|
-
end
|
119
|
-
|
120
|
-
describe '#description' do
|
121
|
-
subject { super().description }
|
122
|
-
description_text = 'Learn more about copyright basics, flagging, ' \
|
123
|
-
'and the YouTube community.'
|
124
|
-
it { is_expected.to eq description_text }
|
125
|
-
end
|
126
|
-
|
127
|
-
describe '#keywords' do
|
128
|
-
subject { super().keywords }
|
129
|
-
it { is_expected.to be_nil }
|
130
|
-
end
|
131
|
-
|
132
|
-
describe '#duration' do
|
133
|
-
subject { super().duration }
|
134
|
-
it { is_expected.to be_nil }
|
135
|
-
end
|
136
|
-
|
137
|
-
describe '#width' do
|
138
|
-
subject { super().width }
|
139
|
-
it { is_expected.to be_nil }
|
140
|
-
end
|
141
|
-
|
142
|
-
describe '#height' do
|
143
|
-
subject { super().height }
|
144
|
-
it { is_expected.to be_nil }
|
145
|
-
end
|
146
|
-
|
147
|
-
describe '#date' do
|
148
|
-
subject { super().date }
|
149
|
-
it { is_expected.to be_nil }
|
150
|
-
end
|
151
|
-
|
152
|
-
describe '#thumbnail_small' do
|
153
|
-
subject { super().thumbnail_small }
|
154
|
-
thumbnail_url = 'https://i.ytimg.com/vi/8b0aEoxqqC0/default.jpg'
|
155
|
-
it { is_expected.to eq thumbnail_url }
|
156
|
-
end
|
157
|
-
|
158
|
-
describe '#thumbnail_medium' do
|
159
|
-
subject { super().thumbnail_medium }
|
160
|
-
thumbnail_url = 'https://i.ytimg.com/vi/8b0aEoxqqC0/mqdefault.jpg'
|
161
|
-
it { is_expected.to eq thumbnail_url }
|
162
|
-
end
|
163
|
-
|
164
|
-
describe '#thumbnail_large' do
|
165
|
-
subject { super().thumbnail_large }
|
166
|
-
thumbnail_url = 'https://i.ytimg.com/vi/8b0aEoxqqC0/hqdefault.jpg'
|
167
|
-
it { is_expected.to eq thumbnail_url }
|
168
|
-
end
|
169
|
-
|
170
|
-
describe '#videos' do
|
171
|
-
subject { super().videos }
|
172
|
-
it 'returns list of videos in playlist' do
|
173
|
-
pending('waiting for bug in Youtube API to be fixed')
|
174
|
-
is_expected.to match_array(videos)
|
175
|
-
end
|
176
|
-
end
|
177
|
-
|
178
|
-
describe '#view_count' do
|
179
|
-
subject { super().view_count }
|
180
|
-
it { is_expected.to be_nil }
|
181
|
-
end
|
182
|
-
|
183
|
-
describe '#author' do
|
184
|
-
subject { super().author }
|
185
|
-
it { is_expected.to eq 'YouTube Help' }
|
186
|
-
end
|
187
|
-
|
188
|
-
describe '#author_thumbnail' do
|
189
|
-
subject { super().author_thumbnail }
|
190
|
-
author_thumbnail = 'https://yt3.ggpht.com/-ni_VaN38-AE/AAAAAAAAAAI/' \
|
191
|
-
'AAAAAAAAAAA/bJCTTfihBl0/s88-c-k-no-rj-c0xffffff' \
|
192
|
-
'/photo.jpg'
|
193
|
-
it { is_expected.to eq author_thumbnail }
|
194
|
-
end
|
195
|
-
|
196
|
-
describe '#author_url' do
|
197
|
-
subject { super().author_url }
|
198
|
-
author_url = 'https://www.youtube.com/channel/UCMDQxm7cUx3yXkfeHa5zJIQ'
|
199
|
-
it { is_expected.to eq author_url }
|
200
|
-
end
|
201
|
-
end
|
202
|
-
|
203
|
-
context 'with playlist that does not exist in embed path', :vcr do
|
204
|
-
playlist_url = 'http://www.youtube.com/embed/videoseries?' \
|
205
|
-
'list=PL0E8117603D70E10A'
|
206
|
-
subject { VideoInfo.new(playlist_url) }
|
207
|
-
|
208
|
-
describe '#playlist_id' do
|
209
|
-
subject { super().playlist_id }
|
210
|
-
it { is_expected.to eq 'PL0E8117603D70E10A' }
|
211
|
-
end
|
212
|
-
|
213
|
-
describe '#videos' do
|
214
|
-
subject { super().videos }
|
215
|
-
it { is_expected.to eq [] }
|
216
|
-
end
|
217
|
-
end
|
218
|
-
|
219
|
-
context 'with playlist valid playlist in embed path', :vcr do
|
220
|
-
playlist_url = 'http://www.youtube.com/embed/videoseries' \
|
221
|
-
'?list=PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr'
|
222
|
-
subject { VideoInfo.new(playlist_url) }
|
223
|
-
|
224
|
-
describe '#playlist_id' do
|
225
|
-
subject { super().playlist_id }
|
226
|
-
it { is_expected.to eq 'PL9hW1uS6HUftLdHI6RIsaf-iXTm09qnEr' }
|
227
|
-
end
|
228
|
-
end
|
229
|
-
end
|
230
|
-
end
|