video_info 2.6.1 → 2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (365) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -2
  3. data/README.md +2 -2
  4. data/lib/video_info.rb +2 -1
  5. data/lib/video_info/provider.rb +6 -0
  6. data/lib/video_info/providers/dailymotion.rb +13 -0
  7. data/lib/video_info/providers/vimeo_api.rb +12 -12
  8. data/lib/video_info/providers/vimeo_scraper.rb +55 -15
  9. data/lib/video_info/providers/vkontakte.rb +42 -24
  10. data/lib/video_info/providers/youtube.rb +4 -0
  11. data/lib/video_info/version.rb +1 -1
  12. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_This_video_does_not_exist_or_has_been_deleted_/_available_/1_2_2_1_1.yml +84 -0
  13. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_invalid_video_url/_available_/1_2_2_1_1.yml +13 -9
  14. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/_available_/with_valid_video/_available_/1_2_1_1_1.yml +13 -9
  15. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_author/1_3_7_1.yml +1716 -0
  16. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_author_thumbnail/1_3_9_1.yml +1195 -0
  17. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_author_url/1_3_8_1.yml +1532 -0
  18. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_date/1_3_12_1.yml +92 -0
  19. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_date/should_show_correct_date.yml +1143 -10
  20. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/1_3_10_1.yml +1195 -0
  21. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/1_3_7_1.yml +11 -11
  22. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/1_3_8_1.yml +280 -0
  23. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_description/1_3_9_1.yml +189 -0
  24. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/1_3_10_1.yml +280 -0
  25. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/1_3_11_1.yml +189 -0
  26. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/1_3_12_1.yml +1195 -0
  27. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_duration/1_3_9_1.yml +12 -12
  28. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/1_3_10_1.yml +189 -0
  29. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/1_3_11_1.yml +1195 -0
  30. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/1_3_8_1.yml +12 -12
  31. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_keywords/1_3_9_1.yml +280 -0
  32. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail/1_3_16_1.yml +95 -0
  33. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail/1_3_17_1.yml +280 -0
  34. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail/1_3_18_1.yml +189 -0
  35. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail/1_3_19_1.yml +951 -0
  36. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/1_3_15_1.yml +12 -12
  37. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/1_3_16_1.yml +280 -0
  38. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/1_3_17_1.yml +189 -0
  39. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_large/1_3_18_1.yml +951 -0
  40. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/1_3_14_1.yml +12 -12
  41. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/1_3_15_1.yml +280 -0
  42. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/1_3_16_1.yml +189 -0
  43. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_medium/1_3_17_1.yml +951 -0
  44. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/1_3_13_1.yml +12 -12
  45. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/1_3_14_1.yml +280 -0
  46. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/1_3_15_1.yml +189 -0
  47. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_thumbnail_small/1_3_16_1.yml +951 -0
  48. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_title/1_3_6_1.yml +1632 -11
  49. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/1_3_16_1.yml +13 -16
  50. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/1_3_17_1.yml +95 -0
  51. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/1_3_18_1.yml +280 -0
  52. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/1_3_19_1.yml +189 -0
  53. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Dailymotion/with_video_x7lni3/_view_count/1_3_20_1.yml +951 -0
  54. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/_available_/1_2_3_1_1.yml +837 -683
  55. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_password_required_video/_available_/2_2_3_1_1.yml +17 -11
  56. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/_available_/1_2_2_1_1.yml +1280 -809
  57. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_this_video_does_not_exist_video/_available_/2_2_2_1_1.yml +14 -8
  58. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/_available_/1_2_1_1_1.yml +1584 -2512
  59. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/_available_/with_valid_video/_available_/2_2_1_1_1.yml +15 -67
  60. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/author/1_12_2_1.yml +1405 -0
  61. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/author/1_13_2_1.yml +1406 -0
  62. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/author_thumbnail/1_12_3_1.yml +1674 -0
  63. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/author_thumbnail/1_13_3_1.yml +1409 -0
  64. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/author_url/1_12_4_1.yml +1674 -0
  65. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/author_url/1_13_4_1.yml +1407 -0
  66. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/available_/1_12_1_1.yml +1404 -0
  67. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/available_/1_13_1_1.yml +1409 -0
  68. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/date/1_12_7_1.yml +1404 -0
  69. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/date/1_13_7_1.yml +1408 -0
  70. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/description/1_12_6_1.yml +1406 -0
  71. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/description/1_13_6_1.yml +1409 -0
  72. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/duration/1_12_8_1.yml +1405 -0
  73. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/duration/1_13_8_1.yml +1406 -0
  74. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/height/1_12_10_1.yml +1405 -0
  75. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/height/1_13_10_1.yml +1409 -0
  76. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/keywords/1_12_9_1.yml +1675 -0
  77. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/keywords/1_13_9_1.yml +1408 -0
  78. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/thumbnail_large/1_12_14_1.yml +1404 -0
  79. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/thumbnail_large/1_13_14_1.yml +1409 -0
  80. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/thumbnail_medium/1_12_13_1.yml +1406 -0
  81. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/thumbnail_medium/1_13_13_1.yml +1407 -0
  82. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/thumbnail_small/1_12_12_1.yml +1405 -0
  83. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/thumbnail_small/1_13_12_1.yml +1410 -0
  84. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/title/1_12_5_1.yml +1405 -0
  85. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/title/1_13_5_1.yml +1408 -0
  86. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/view_count/1_12_15_1.yml +1674 -0
  87. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/view_count/1_13_15_1.yml +1409 -0
  88. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/width/1_12_11_1.yml +1405 -0
  89. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_unavailable_video/width/1_13_11_1.yml +1409 -0
  90. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author/1_3_18_1.yml +1931 -0
  91. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author/2_3_18_1.yml +79 -0
  92. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_thumbnail/1_3_17_1.yml +1931 -0
  93. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_thumbnail/2_3_17_1.yml +79 -0
  94. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_url/1_3_19_1.yml +1931 -0
  95. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_url/2_3_19_1.yml +79 -0
  96. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_date/should_have_correct_upload_date.yml +1863 -1451
  97. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_description/1_3_7_1.yml +1780 -1451
  98. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_description/2_3_7_1.yml +22 -11
  99. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_duration/1_3_9_1.yml +1842 -1441
  100. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_duration/2_3_9_1.yml +22 -11
  101. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_height/1_3_11_1.yml +1769 -1367
  102. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_height/2_3_11_1.yml +22 -11
  103. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_keywords/should_return_a_string_list_of_keywords.yml +1863 -1451
  104. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail/1_3_16_1.yml +2003 -0
  105. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail/2_3_16_1.yml +79 -0
  106. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_large/1_3_15_1.yml +1914 -1441
  107. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_large/2_3_15_1.yml +22 -11
  108. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_medium/1_3_14_1.yml +1914 -1441
  109. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_medium/2_3_14_1.yml +22 -11
  110. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_small/1_3_13_1.yml +1914 -1441
  111. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_thumbnail_small/2_3_13_1.yml +22 -11
  112. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_title/1_3_6_1.yml +1780 -1451
  113. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_title/2_3_6_1.yml +22 -11
  114. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_view_count/1_3_20_1.yml +1931 -0
  115. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_view_count/2_3_20_1.yml +79 -0
  116. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_width/1_3_10_1.yml +1842 -1441
  117. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_width/2_3_10_1.yml +22 -11
  118. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail/1_12_1_1.yml +1994 -0
  119. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail/2_12_1_1.yml +222 -0
  120. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail_large/1_12_2_1.yml +1994 -0
  121. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail_large/2_12_2_1.yml +222 -0
  122. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail_medium/1_12_3_1.yml +1994 -0
  123. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail_medium/2_12_3_1.yml +222 -0
  124. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail_small/1_12_4_1.yml +1994 -0
  125. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_193970014/thumbnail_small/2_12_4_1.yml +222 -0
  126. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author/1_3_17_1.yml +1408 -2382
  127. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_thumbnail/1_3_16_1.yml +1736 -2380
  128. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_date/1_3_12_1.yml +1585 -0
  129. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_description/1_3_7_1.yml +1580 -2435
  130. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_duration/1_3_9_1.yml +1731 -2645
  131. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_height/1_3_11_1.yml +1591 -2582
  132. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_keywords/1_3_8_1.yml +1915 -0
  133. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/1_3_15_1.yml +1736 -2381
  134. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/1_3_14_1.yml +1408 -2381
  135. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/1_3_13_1.yml +1736 -2379
  136. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_title/1_3_6_1.yml +1515 -2639
  137. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/1_3_18_1.yml +73 -0
  138. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_width/1_3_10_1.yml +1988 -2381
  139. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/_available_/with_invalid_playlist/_available_/1_2_2_1_1.yml +61 -0
  140. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/_available_/with_valid_playlist/_available_/1_2_1_1_1.yml +61 -0
  141. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_date/1_3_12_1.yml +63 -0
  142. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_description/1_3_7_1.yml +63 -0
  143. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_duration/1_3_9_1.yml +63 -0
  144. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_height/1_3_11_1.yml +63 -0
  145. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_keywords/1_3_8_1.yml +63 -0
  146. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_large/1_3_15_1.yml +63 -0
  147. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_medium/1_3_14_1.yml +63 -0
  148. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_thumbnail_small/1_3_13_1.yml +63 -0
  149. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_title/1_3_6_1.yml +63 -0
  150. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_videos/1_3_16_1.yml +148 -0
  151. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_view_count/1_3_17_1.yml +63 -0
  152. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_VimeoPlaylist/with_playlist_1921098/_width/1_3_10_1.yml +63 -0
  153. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_hashes/available_/1_2_6_1_1.yml +4160 -2907
  154. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_invalid_video/available_/1_2_2_1_1.yml +14 -10
  155. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_private_video/available_/1_2_3_1_1.yml +509 -716
  156. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_redirect/available_/1_2_4_1_1.yml +1057 -553
  157. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_redirect_to_main_page_for_auth/available_/1_2_5_1_1.yml +38262 -6
  158. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/_available_/with_valid_video/available_/1_2_1_1_1.yml +3183 -2025
  159. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/author/1_5_14_1.yml +996 -480
  160. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/author_thumbnail/1_5_15_1.yml +993 -481
  161. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/author_url/1_5_16_1.yml +997 -483
  162. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/description/1_5_8_1.yml +993 -480
  163. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/duration/1_5_10_1.yml +993 -478
  164. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/embed_code/1_5_6_1.yml +990 -477
  165. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/embed_url/1_5_5_1.yml +998 -482
  166. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/height/1_5_12_1.yml +993 -478
  167. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/thumbnail_small/1_5_18_1.yml +1032 -0
  168. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/title/1_5_7_1.yml +994 -479
  169. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/view_count/1_5_13_1.yml +991 -483
  170. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_from_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/width/1_5_11_1.yml +993 -478
  171. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_https_/vk_com/id44052340_z_video61291456_159590018_2F2521d92730a272a9ea/author/1_3_7_1.yml +935 -361
  172. 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 +936 -362
  173. 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 +936 -362
  174. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_https_/vk_com/id44052340_z_video61291456_159590018_2F2521d92730a272a9ea/title/1_3_4_1.yml +937 -362
  175. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/description/1_5_8_1.yml +452 -0
  176. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/duration/1_5_10_1.yml +452 -0
  177. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/embed_code/1_5_6_1.yml +451 -0
  178. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/embed_url/1_5_5_1.yml +450 -0
  179. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/height/1_5_12_1.yml +450 -0
  180. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/keywords/1_5_9_1.yml +451 -0
  181. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/title/1_5_7_1.yml +452 -0
  182. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/view_count/1_5_13_1.yml +451 -0
  183. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_kirill_lyanoi_z_video2152699_168591741_2F56fd229a9dfe2dcdbe/width/1_5_11_1.yml +451 -0
  184. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video-54799401_165822734/title/1_7_4_1.yml +1027 -644
  185. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video3552522_171340713/embed_url/1_10_1_1.yml +964 -462
  186. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/description/1_6_8_1.yml +10 -413
  187. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/duration/1_6_10_1.yml +10 -413
  188. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/embed_code/1_6_6_1.yml +10 -413
  189. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/embed_url/1_6_5_1.yml +10 -413
  190. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/height/1_6_12_1.yml +10 -413
  191. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/keywords/1_6_9_1.yml +438 -0
  192. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/title/1_6_7_1.yml +10 -413
  193. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/view_count/1_6_13_1.yml +10 -413
  194. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_108370515/width/1_6_11_1.yml +10 -413
  195. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/description/1_6_8_1.yml +991 -0
  196. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/duration/1_6_10_1.yml +995 -0
  197. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/embed_code/1_6_6_1.yml +993 -0
  198. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/embed_url/1_6_5_1.yml +990 -0
  199. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/height/1_6_12_1.yml +994 -0
  200. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/title/1_6_7_1.yml +996 -0
  201. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/view_count/1_6_13_1.yml +995 -0
  202. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_video39576223_161598544/width/1_6_11_1.yml +992 -0
  203. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/author/1_4_5_1.yml +1009 -490
  204. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/author_thumbnail/1_4_6_1.yml +1011 -490
  205. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/author_url/1_4_7_1.yml +1012 -490
  206. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vkontakte/with_video_videos43640822_/video43640822_168790809/title/1_4_4_1.yml +1011 -490
  207. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_invalid_video/_available_/1_2_2_1_1.yml +13 -17
  208. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/_available_/with_valid_video/_available_/1_2_1_1_1.yml +13 -17
  209. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_duration/1_4_7_1.yml +20 -23
  210. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_height/1_4_9_1.yml +20 -23
  211. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_large/1_4_12_1.yml +20 -23
  212. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_medium/1_4_11_1.yml +20 -23
  213. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_thumbnail_small/1_4_10_1.yml +20 -23
  214. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_title/1_4_6_1.yml +20 -23
  215. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_pxonqr42is/_width/1_4_8_1.yml +20 -23
  216. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_duration/1_3_7_1.yml +20 -23
  217. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_height/1_3_9_1.yml +20 -23
  218. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail/1_3_13_1.yml +77 -0
  219. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_large/1_3_12_1.yml +20 -23
  220. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_medium/1_3_11_1.yml +20 -23
  221. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_thumbnail_small/1_3_10_1.yml +20 -23
  222. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_title/1_3_6_1.yml +20 -23
  223. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Wistia/with_video_rs1me54mpw/_width/1_3_8_1.yml +20 -23
  224. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_available_/1_2_2_1_1.yml +217 -252
  225. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_available_/2_2_2_1_1.yml +7 -9
  226. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_date/1_2_2_11_1.yml +225 -262
  227. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_date/2_2_2_11_1.yml +7 -9
  228. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_description/1_2_2_8_1.yml +233 -273
  229. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_description/2_2_2_8_1.yml +7 -9
  230. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_duration/1_2_2_10_1.yml +225 -264
  231. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_duration/2_2_2_10_1.yml +7 -9
  232. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_keywords/1_2_2_9_1.yml +241 -279
  233. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_keywords/2_2_2_9_1.yml +7 -9
  234. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_title/1_2_2_7_1.yml +250 -289
  235. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_title/2_2_2_7_1.yml +7 -9
  236. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_view_count/1_2_2_16_1.yml +466 -0
  237. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_view_count/1_2_2_17_1.yml +483 -0
  238. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_view_count/{2_2_2_15_1.yml → 2_2_2_16_1.yml} +7 -7
  239. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_unavailable_video/_view_count/2_2_2_17_1.yml +54 -0
  240. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/_available_/1_2_1_1_1.yml +3837 -3839
  241. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_valid_video/_available_/2_2_1_1_1.yml +9 -11
  242. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_available_/1_2_2_1_1.yml +56 -0
  243. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_available_/1_2_3_1_1.yml +508 -0
  244. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_date/1_2_2_11_1.yml +56 -0
  245. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_date/1_2_3_11_1.yml +510 -0
  246. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_description/1_2_2_8_1.yml +56 -0
  247. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/{with_unavailable_video/_view_count/1_2_2_15_1.yml → with_video_is_unavailable_video/_description/1_2_3_8_1.yml} +210 -217
  248. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_duration/1_2_2_10_1.yml +56 -0
  249. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_duration/1_2_3_10_1.yml +508 -0
  250. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_keywords/1_2_2_9_1.yml +56 -0
  251. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_keywords/1_2_3_9_1.yml +509 -0
  252. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_title/1_2_2_7_1.yml +56 -0
  253. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_title/1_2_3_7_1.yml +509 -0
  254. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_view_count/1_2_2_15_1.yml +56 -0
  255. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_is_unavailable_video/_view_count/1_2_3_15_1.yml +509 -0
  256. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_no_longer_available_due_to_a_copyright_claim_video/_available_/1_2_3_1_1.yml +108 -0
  257. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_no_longer_available_due_to_a_copyright_claim_video/_available_/1_2_4_1_1.yml +509 -0
  258. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_removed_because_of_copyright_claim/_available_/1_2_3_1_1.yml +248 -342
  259. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/_available_/with_video_removed_because_of_copyright_claim/_available_/2_2_3_1_1.yml +9 -72
  260. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_date/1_17_12_1.yml +119 -0
  261. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_date/1_18_12_1.yml +3681 -0
  262. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_date/should_return_date_video_was_posted.yml +3838 -3661
  263. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_description/1_17_7_1.yml +3805 -3875
  264. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_description/1_18_7_1.yml +3686 -0
  265. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_description/2_17_7_1.yml +9 -11
  266. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_duration/1_17_9_1.yml +3815 -3859
  267. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_duration/1_18_9_1.yml +3687 -0
  268. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_duration/2_17_9_1.yml +9 -11
  269. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_keywords/1_17_8_1.yml +3690 -3756
  270. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_keywords/1_18_8_1.yml +3680 -0
  271. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_keywords/2_17_8_1.yml +9 -11
  272. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_title/1_17_6_1.yml +3745 -3757
  273. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_title/1_18_6_1.yml +3700 -0
  274. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_title/2_17_6_1.yml +9 -11
  275. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_view_count/1_17_16_1.yml +3846 -3795
  276. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_view_count/1_18_16_1.yml +3630 -0
  277. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs/_view_count/2_17_16_1.yml +9 -11
  278. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_full_screen_video_URLs_with_params/_title/1_19_1_1.yml +1243 -0
  279. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author/1_3_6_1.yml +3863 -3922
  280. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author/2_3_6_1.yml +9 -11
  281. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_thumbnail/1_3_7_1.yml +3837 -3926
  282. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_thumbnail/2_3_7_1.yml +20 -24
  283. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_url/1_3_8_1.yml +3815 -3988
  284. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_author_url/2_3_8_1.yml +20 -24
  285. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_date/1_3_12_1.yml +3826 -0
  286. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_date/should_return_date_video_was_posted.yml +3764 -3691
  287. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/1_3_10_1.yml +3813 -3881
  288. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/1_3_7_1.yml +3832 -0
  289. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_description/2_3_10_1.yml +9 -11
  290. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/1_3_12_1.yml +3823 -3843
  291. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/1_3_9_1.yml +3838 -0
  292. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_duration/2_3_12_1.yml +9 -11
  293. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/1_3_11_1.yml +3610 -3640
  294. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/1_3_8_1.yml +3854 -0
  295. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_keywords/2_3_11_1.yml +9 -11
  296. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/1_3_6_1.yml +3832 -0
  297. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/1_3_9_1.yml +3821 -3856
  298. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_title/2_3_9_1.yml +9 -11
  299. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/1_3_16_1.yml +3682 -0
  300. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/1_3_19_1.yml +3715 -3800
  301. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/1_3_20_1.yml +3909 -0
  302. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/2_3_19_1.yml +10 -10
  303. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Youtube/with_video_mZqGqE0D0n4/_view_count/2_3_20_1.yml +125 -0
  304. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_invalid_playlist/_available_/1_2_2_1_1.yml +8 -10
  305. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_invalid_playlist/_available_/2_2_2_1_1.yml +8 -10
  306. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_list_url/_available_/1_2_3_1_1.yml +9 -11
  307. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_list_url/_available_/2_2_3_1_1.yml +9 -11
  308. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_valid_playlist/_available_/1_2_1_1_1.yml +9 -11
  309. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/_available_/with_valid_playlist/_available_/2_2_1_1_1.yml +9 -11
  310. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL0E8117603D70E10A_in_embed_path/_videos/1_4_2_1.yml +56 -0
  311. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author/{1_3_18_1.yml → 1_3_19_1.yml} +14 -16
  312. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_author/{2_3_18_1.yml → 2_3_19_1.yml} +14 -16
  313. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/{_author_url → _author_thumbnail}/1_3_20_1.yml +25 -29
  314. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/{_author_url → _author_thumbnail}/2_3_20_1.yml +25 -29
  315. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/{_author_thumbnail/1_3_19_1.yml → _author_url/1_3_21_1.yml} +25 -29
  316. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/{_author_thumbnail/2_3_19_1.yml → _author_url/2_3_21_1.yml} +25 -29
  317. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_description/1_3_7_1.yml +14 -16
  318. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_description/2_3_7_1.yml +14 -16
  319. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_keywords/1_3_8_1.yml +14 -16
  320. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_keywords/2_3_8_1.yml +14 -16
  321. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail/1_3_16_1.yml +105 -0
  322. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail/2_3_16_1.yml +105 -0
  323. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_large/1_3_15_1.yml +14 -16
  324. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_large/2_3_15_1.yml +14 -16
  325. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_medium/1_3_14_1.yml +14 -16
  326. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_medium/2_3_14_1.yml +14 -16
  327. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_small/1_3_13_1.yml +14 -16
  328. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_thumbnail_small/2_3_13_1.yml +14 -16
  329. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_title/1_3_6_1.yml +14 -16
  330. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_title/2_3_6_1.yml +14 -16
  331. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_PL9hW1uS6HUftLdHI6RIsaf/_videos/returns_list_of_videos_in_playlist.yml +15 -17
  332. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_that_does_not_exist_in_embed_path/_videos/1_4_2_1.yml +7 -9
  333. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_YoutubePlaylist/with_playlist_that_does_not_exist_in_embed_path/_videos/2_4_2_1.yml +7 -9
  334. data/spec/lib/video_info/providers/dailymotion_spec.rb +20 -0
  335. data/spec/lib/video_info/providers/vimeo_spec.rb +52 -1
  336. data/spec/lib/video_info/providers/vkontakte_spec.rb +31 -35
  337. data/spec/lib/video_info/providers/wistia_spec.rb +9 -1
  338. data/spec/lib/video_info/providers/youtube_playlist_spec.rb +10 -4
  339. data/spec/lib/video_info/providers/youtube_spec.rb +19 -1
  340. data/video_info.gemspec +3 -3
  341. metadata +330 -72
  342. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author/1_3_17_1.yml +0 -1530
  343. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author/2_3_17_1.yml +0 -68
  344. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_thumbnail/1_3_16_1.yml +0 -1530
  345. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_thumbnail/2_3_16_1.yml +0 -68
  346. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_url/1_3_18_1.yml +0 -1529
  347. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_author_url/2_3_18_1.yml +0 -68
  348. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_view_count/1_3_19_1.yml +0 -1530
  349. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_136971428/_view_count/2_3_19_1.yml +0 -68
  350. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author/2_3_17_1.yml +0 -159
  351. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_thumbnail/2_3_16_1.yml +0 -159
  352. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_url/1_3_18_1.yml +0 -2559
  353. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_author_url/2_3_18_1.yml +0 -159
  354. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_date/should_have_correct_upload_date.yml +0 -2714
  355. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_description/2_3_7_1.yml +0 -159
  356. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_duration/2_3_9_1.yml +0 -159
  357. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_height/2_3_11_1.yml +0 -159
  358. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_keywords/should_return_a_string_list_of_keywords.yml +0 -2716
  359. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_large/2_3_15_1.yml +0 -159
  360. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_medium/2_3_14_1.yml +0 -159
  361. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_thumbnail_small/2_3_13_1.yml +0 -159
  362. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_title/2_3_6_1.yml +0 -159
  363. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/1_3_19_1.yml +0 -2560
  364. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_view_count/2_3_19_1.yml +0 -159
  365. data/spec/fixtures/vcr_cassettes/VideoInfo_Providers_Vimeo/with_video_898029/_width/2_3_10_1.yml +0 -159
@@ -1,159 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://api.vimeo.com/videos/898029
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/2.6.0
12
- Authorization:
13
- - bearer 6b66b015a3504793b4f541d878f46ff6
14
- Accept:
15
- - application/vnd.vimeo.*+json;version=3.2
16
- Accept-Encoding:
17
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
- response:
19
- status:
20
- code: 404
21
- message: Not Found
22
- headers:
23
- Server:
24
- - nginx
25
- Content-Type:
26
- - application/vnd.vimeo.error+json
27
- Cache-Control:
28
- - no-cache, max-age=315360000
29
- Strict-Transport-Security:
30
- - max-age=15120000; includeSubDomains; preload
31
- Expires:
32
- - Sun, 03 May 2026 01:01:52 GMT
33
- Via:
34
- - 1.1 varnish
35
- - 1.1 varnish
36
- Fastly-Debug-Digest:
37
- - c3672039fd974d279856f1a1643b4e8d68c526f3bd160f59365e5e01b8b4b4a5
38
- Content-Length:
39
- - '70'
40
- Accept-Ranges:
41
- - bytes
42
- Date:
43
- - Thu, 05 May 2016 01:01:52 GMT
44
- Age:
45
- - '0'
46
- Connection:
47
- - keep-alive
48
- X-Served-By:
49
- - cache-iad2122-IAD, cache-lax1429-LAX
50
- X-Cache:
51
- - MISS, MISS
52
- X-Cache-Hits:
53
- - 0, 0
54
- X-Timer:
55
- - S1462410112.045383,VS0,VE81
56
- Vary:
57
- - Accept,Vimeo-Client-Id,Accept-Encoding
58
- body:
59
- encoding: ASCII-8BIT
60
- string: '{"error":"The requested video could not be found"}'
61
- http_version:
62
- recorded_at: Thu, 05 May 2016 01:01:51 GMT
63
- - request:
64
- method: get
65
- uri: https://api.vimeo.com/videos/98605382
66
- body:
67
- encoding: US-ASCII
68
- string: ''
69
- headers:
70
- User-Agent:
71
- - VideoInfo/2.6.0
72
- Authorization:
73
- - bearer 6b66b015a3504793b4f541d878f46ff6
74
- Accept:
75
- - application/vnd.vimeo.*+json;version=3.2
76
- Accept-Encoding:
77
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
78
- response:
79
- status:
80
- code: 200
81
- message: OK
82
- headers:
83
- Server:
84
- - nginx
85
- Content-Type:
86
- - application/vnd.vimeo.video+json
87
- Cache-Control:
88
- - no-cache, max-age=315360000
89
- Strict-Transport-Security:
90
- - max-age=15120000; includeSubDomains; preload
91
- Expires:
92
- - Sun, 03 May 2026 01:04:13 GMT
93
- Via:
94
- - 1.1 varnish
95
- - 1.1 varnish
96
- Fastly-Debug-Digest:
97
- - e1a6082c7056329c14f1d8da1dbc41c69e2a21b9c94e74b98a8cbf1b484af80a
98
- Content-Length:
99
- - '3265'
100
- Accept-Ranges:
101
- - bytes
102
- Date:
103
- - Thu, 05 May 2016 01:04:14 GMT
104
- Age:
105
- - '0'
106
- Connection:
107
- - keep-alive
108
- X-Served-By:
109
- - cache-iad2132-IAD, cache-lax1427-LAX
110
- X-Cache:
111
- - MISS, MISS
112
- X-Cache-Hits:
113
- - 0, 0
114
- X-Timer:
115
- - S1462410253.933581,VS0,VE131
116
- Vary:
117
- - Accept,Vimeo-Client-Id,Accept-Encoding
118
- body:
119
- encoding: ASCII-8BIT
120
- string: '{"uri":"/videos/98605382","name":"Deafheaven - The Pecan Tree (Live)","description":"This
121
- video taken live from Deafheaven live in Jakarta on May 8th 2014 at The Basement
122
- Cafe, Kemang Raya, Jakarta.\n\nDeafheaven is an American post-black metal
123
- band that formed in 2010 in San Francisco, California, United States. The
124
- group began as a two-piece with George Clarke and Kerry McCoy who recorded
125
- and self-released a demo album together. After a warm reception, Deafheaven
126
- recruited three new members and began to tour. Before the close of 2010, the
127
- band signed to Deathwish Inc. and later released their debut album Roads to
128
- Judah in April 2011. The follow-up album, Sunbather, was released on June
129
- 11, 2013. After another lineup change, the band toured for the album extensively
130
- and are still on a massive international tour.\n\nDeafheaven formed in February
131
- 2010 in San Francisco with vocalist George Clarke and guitarist Kerry McCoy,
132
- who previously performed in a grindcore band together. Clarke isn''t sure
133
- how he arrived on the name Deafheaven, though he is aware of its appearance
134
- in William Shakespeare''s Sonnet 29. The two words ''deaf'' and ''heaven''
135
- were combined as an homage to Slowdive.\n\nClarke and McCoy recorded the Demo
136
- album in April 2010 at Atomic Garden Studios, which was released both on cassette
137
- tape in limited quantities and digitally. The untitled demo featured four
138
- songs that combined traditional screamo with black metal and post-rock. Originally,
139
- Deafheaven didn''t intend to release the material, but they later sent it
140
- out to a few of their favorite blogs.\n\nAfter the demo had been positively
141
- received, Clarke and McCoy recruited three additional musicians - bassist
142
- Derek Prine, guitarist Nick Bassett of the shoegaze bands Whirr (formerly
143
- Whirl) and Nothing, and drummer Trevor Deschryver, who responded to an ad
144
- on Craigslist - to form a five-piece group, and started playing their first
145
- shows in July 2010.\n\nFilmed by megalauman\nsound recorded by Zoom H4n\nEdited
146
- by megalauman","link":"https://vimeo.com/98605382","duration":753,"width":1280,"language":null,"height":720,"embed":{"html":"<iframe
147
- src=\"https://player.vimeo.com/video/98605382?badge=0&autopause=0&player_id=0\"
148
- width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Deafheaven - The Pecan
149
- Tree (Live)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"},"created_time":"2014-06-19T02:33:41+00:00","modified_time":"2016-05-04T02:11:35+00:00","content_rating":["safe"],"license":"by","privacy":{"view":"anybody","embed":"public","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/98605382/pictures/479399927","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/479399927_100x75.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_100x75.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/479399927_200x150.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_200x150.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/479399927_295x166.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_295x166.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/479399927_640x360.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_640x360.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/479399927_960x540.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_960x540.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/479399927_1280x720.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_1280x720.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"}],"resource_key":"97431191c4bc58b5c7b3b39e589140a783b3c96c"},"tags":[{"uri":"/tags/deafheaven","name":"Deafheaven","tag":"Deafheaven","canonical":"deafheaven","metadata":{"connections":{"videos":{"uri":"/tags/deafheaven/videos","options":["GET"],"total":47}}},"resource_key":"a786d9f89102e3b2ee7bba4e3868bd71f0a60f53"},{"uri":"/tags/deathwish","name":"Deathwish","tag":"Deathwish","canonical":"deathwish","metadata":{"connections":{"videos":{"uri":"/tags/deathwish/videos","options":["GET"],"total":605}}},"resource_key":"8934fa78009011e8497dab00eed2d1af55bd28c0"},{"uri":"/tags/deathwishinc","name":"Deathwishinc","tag":"Deathwishinc","canonical":"deathwishinc","metadata":{"connections":{"videos":{"uri":"/tags/deathwishinc/videos","options":["GET"],"total":26}}},"resource_key":"53562b4f350f305b6e8acf36b50e504dbb5f2e8c"},{"uri":"/tags/tour","name":"Tour","tag":"Tour","canonical":"tour","metadata":{"connections":{"videos":{"uri":"/tags/tour/videos","options":["GET"],"total":36939}}},"resource_key":"b27d80cd60c47d8f134c07d9db9cef3a139d773a"},{"uri":"/tags/live","name":"Live","tag":"Live","canonical":"live","metadata":{"connections":{"videos":{"uri":"/tags/live/videos","options":["GET"],"total":178922}}},"resource_key":"c2b8abde9424756e7d0d9c2351b0e087f2f8664e"},{"uri":"/tags/jakarta","name":"Jakarta","tag":"Jakarta","canonical":"jakarta","metadata":{"connections":{"videos":{"uri":"/tags/jakarta/videos","options":["GET"],"total":4888}}},"resource_key":"258f5b7edb8273c9f7cd4f8596d57a3a70af41c3"},{"uri":"/tags/indonesia","name":"Indonesia","tag":"Indonesia","canonical":"indonesia","metadata":{"connections":{"videos":{"uri":"/tags/indonesia/videos","options":["GET"],"total":24600}}},"resource_key":"6607deaa4fff47536165a5a7ebbeffef79171022"},{"uri":"/tags/post-blackmetal","name":"post-black
150
- metal","tag":"post-black metal","canonical":"post-blackmetal","metadata":{"connections":{"videos":{"uri":"/tags/post-blackmetal/videos","options":["GET"],"total":7}}},"resource_key":"32a15d09b79b250dc8939d329af2a5faf95dbde9"},{"uri":"/tags/band","name":"Band","tag":"Band","canonical":"band","metadata":{"connections":{"videos":{"uri":"/tags/band/videos","options":["GET"],"total":59622}}},"resource_key":"2ed2c8f6083e976bd0cecc9344e3c4ab6e5cf5a5"},{"uri":"/tags/america","name":"America","tag":"America","canonical":"america","metadata":{"connections":{"videos":{"uri":"/tags/america/videos","options":["GET"],"total":23896}}},"resource_key":"89cd2754fb77be758454ab12b44257e593d11bda"},{"uri":"/tags/2014","name":"2014","tag":"2014","canonical":"2014","metadata":{"connections":{"videos":{"uri":"/tags/2014/videos","options":["GET"],"total":129155}}},"resource_key":"f8e29b0b1b24128946a29d5bac0b8f104a14c5d9"},{"uri":"/tags/vimeostaff","name":"Vimeo
151
- Staff","tag":"Vimeo Staff","canonical":"vimeostaff","metadata":{"connections":{"videos":{"uri":"/tags/vimeostaff/videos","options":["GET"],"total":94}}},"resource_key":"d1d9063c3ba4ad01336da17d92402efa66230367"},{"uri":"/tags/vimeo","name":"Vimeo","tag":"Vimeo","canonical":"vimeo","metadata":{"connections":{"videos":{"uri":"/tags/vimeo/videos","options":["GET"],"total":61782}}},"resource_key":"d5e547b05bc4bab97f41ab0e1f5203e577297d7b"}],"stats":{"plays":172},"metadata":{"connections":{"comments":{"uri":"/videos/98605382/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/98605382/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/98605382/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/98605382/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/98605382/texttracks","options":["GET","POST"],"total":0},"related":null},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/22881647/watchlater/98605382"},"like":{"added":false,"added_time":null,"uri":"/users/22881647/likes/98605382"}}},"user":{"uri":"/users/9627283","name":"megalauman","link":"https://vimeo.com/megalauman","location":"Jakarta","bio":"A
152
- guy, 27 years old.\nA music addict, journalist, and Moslem.\nmegalauman@gmail.com","created_time":"2011-12-13T08:24:57+00:00","account":"basic","pictures":{"uri":"/users/9627283/pictures/7859115","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7859115_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7859115_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7859115_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7859115_300x300.jpg?r=pad"}],"resource_key":"9eed2f37b519351475c76cbc2968ef9b4bdd8c2c"},"websites":[{"name":"Social
153
- Scenedicate","link":"http://socialscenedicate.wordpress.com/","description":"Social
154
- Scenedicate, is a media who want to contribute to the movement of the independent
155
- scene \u201cso called Undergorund\u201d in the homeland, and the city of Bandung
156
- in particular."}],"metadata":{"connections":{"activities":{"uri":"/users/9627283/activities","options":["GET"]},"albums":{"uri":"/users/9627283/albums","options":["GET"],"total":0},"channels":{"uri":"/users/9627283/channels","options":["GET"],"total":0},"feed":{"uri":"/users/9627283/feed","options":["GET"]},"followers":{"uri":"/users/9627283/followers","options":["GET"],"total":18},"following":{"uri":"/users/9627283/following","options":["GET"],"total":11},"groups":{"uri":"/users/9627283/groups","options":["GET"],"total":0},"likes":{"uri":"/users/9627283/likes","options":["GET"],"total":64},"portfolios":{"uri":"/users/9627283/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/9627283/videos","options":["GET"],"total":27},"shared":{"uri":"/users/9627283/shared/videos","options":["GET"],"total":0},"pictures":{"uri":"/users/9627283/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/22881647/following/9627283"}}},"resource_key":"b7ce51de9d734804f54aa6c4790a2f108e454436","preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","resource_key":"ad22c0a5b122e6c8dfde1e71781b30696a590426","embed_presets":null}'
157
- http_version:
158
- recorded_at: Thu, 05 May 2016 01:04:13 GMT
159
- recorded_with: VCR 3.0.1
@@ -1,159 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://api.vimeo.com/videos/898029
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/2.6.0
12
- Authorization:
13
- - bearer 6b66b015a3504793b4f541d878f46ff6
14
- Accept:
15
- - application/vnd.vimeo.*+json;version=3.2
16
- Accept-Encoding:
17
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
- response:
19
- status:
20
- code: 404
21
- message: Not Found
22
- headers:
23
- Server:
24
- - nginx
25
- Content-Type:
26
- - application/vnd.vimeo.error+json
27
- Cache-Control:
28
- - no-cache, max-age=315360000
29
- Strict-Transport-Security:
30
- - max-age=15120000; includeSubDomains; preload
31
- Expires:
32
- - Sun, 03 May 2026 01:01:51 GMT
33
- Via:
34
- - 1.1 varnish
35
- - 1.1 varnish
36
- Fastly-Debug-Digest:
37
- - c3672039fd974d279856f1a1643b4e8d68c526f3bd160f59365e5e01b8b4b4a5
38
- Content-Length:
39
- - '70'
40
- Accept-Ranges:
41
- - bytes
42
- Date:
43
- - Thu, 05 May 2016 01:01:51 GMT
44
- Age:
45
- - '0'
46
- Connection:
47
- - keep-alive
48
- X-Served-By:
49
- - cache-iad2151-IAD, cache-lax1432-LAX
50
- X-Cache:
51
- - MISS, MISS
52
- X-Cache-Hits:
53
- - 0, 0
54
- X-Timer:
55
- - S1462410111.913577,VS0,VE84
56
- Vary:
57
- - Accept,Vimeo-Client-Id,Accept-Encoding
58
- body:
59
- encoding: ASCII-8BIT
60
- string: '{"error":"The requested video could not be found"}'
61
- http_version:
62
- recorded_at: Thu, 05 May 2016 01:01:51 GMT
63
- - request:
64
- method: get
65
- uri: https://api.vimeo.com/videos/98605382
66
- body:
67
- encoding: US-ASCII
68
- string: ''
69
- headers:
70
- User-Agent:
71
- - VideoInfo/2.6.0
72
- Authorization:
73
- - bearer 6b66b015a3504793b4f541d878f46ff6
74
- Accept:
75
- - application/vnd.vimeo.*+json;version=3.2
76
- Accept-Encoding:
77
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
78
- response:
79
- status:
80
- code: 200
81
- message: OK
82
- headers:
83
- Server:
84
- - nginx
85
- Content-Type:
86
- - application/vnd.vimeo.video+json
87
- Cache-Control:
88
- - no-cache, max-age=315360000
89
- Strict-Transport-Security:
90
- - max-age=15120000; includeSubDomains; preload
91
- Expires:
92
- - Sun, 03 May 2026 01:04:13 GMT
93
- Via:
94
- - 1.1 varnish
95
- - 1.1 varnish
96
- Fastly-Debug-Digest:
97
- - e1a6082c7056329c14f1d8da1dbc41c69e2a21b9c94e74b98a8cbf1b484af80a
98
- Content-Length:
99
- - '3265'
100
- Accept-Ranges:
101
- - bytes
102
- Date:
103
- - Thu, 05 May 2016 01:04:13 GMT
104
- Age:
105
- - '0'
106
- Connection:
107
- - keep-alive
108
- X-Served-By:
109
- - cache-iad2129-IAD, cache-lax1428-LAX
110
- X-Cache:
111
- - MISS, MISS
112
- X-Cache-Hits:
113
- - 0, 0
114
- X-Timer:
115
- - S1462410253.753997,VS0,VE133
116
- Vary:
117
- - Accept,Vimeo-Client-Id,Accept-Encoding
118
- body:
119
- encoding: ASCII-8BIT
120
- string: '{"uri":"/videos/98605382","name":"Deafheaven - The Pecan Tree (Live)","description":"This
121
- video taken live from Deafheaven live in Jakarta on May 8th 2014 at The Basement
122
- Cafe, Kemang Raya, Jakarta.\n\nDeafheaven is an American post-black metal
123
- band that formed in 2010 in San Francisco, California, United States. The
124
- group began as a two-piece with George Clarke and Kerry McCoy who recorded
125
- and self-released a demo album together. After a warm reception, Deafheaven
126
- recruited three new members and began to tour. Before the close of 2010, the
127
- band signed to Deathwish Inc. and later released their debut album Roads to
128
- Judah in April 2011. The follow-up album, Sunbather, was released on June
129
- 11, 2013. After another lineup change, the band toured for the album extensively
130
- and are still on a massive international tour.\n\nDeafheaven formed in February
131
- 2010 in San Francisco with vocalist George Clarke and guitarist Kerry McCoy,
132
- who previously performed in a grindcore band together. Clarke isn''t sure
133
- how he arrived on the name Deafheaven, though he is aware of its appearance
134
- in William Shakespeare''s Sonnet 29. The two words ''deaf'' and ''heaven''
135
- were combined as an homage to Slowdive.\n\nClarke and McCoy recorded the Demo
136
- album in April 2010 at Atomic Garden Studios, which was released both on cassette
137
- tape in limited quantities and digitally. The untitled demo featured four
138
- songs that combined traditional screamo with black metal and post-rock. Originally,
139
- Deafheaven didn''t intend to release the material, but they later sent it
140
- out to a few of their favorite blogs.\n\nAfter the demo had been positively
141
- received, Clarke and McCoy recruited three additional musicians - bassist
142
- Derek Prine, guitarist Nick Bassett of the shoegaze bands Whirr (formerly
143
- Whirl) and Nothing, and drummer Trevor Deschryver, who responded to an ad
144
- on Craigslist - to form a five-piece group, and started playing their first
145
- shows in July 2010.\n\nFilmed by megalauman\nsound recorded by Zoom H4n\nEdited
146
- by megalauman","link":"https://vimeo.com/98605382","duration":753,"width":1280,"language":null,"height":720,"embed":{"html":"<iframe
147
- src=\"https://player.vimeo.com/video/98605382?badge=0&autopause=0&player_id=0\"
148
- width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Deafheaven - The Pecan
149
- Tree (Live)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"},"created_time":"2014-06-19T02:33:41+00:00","modified_time":"2016-05-04T02:11:35+00:00","content_rating":["safe"],"license":"by","privacy":{"view":"anybody","embed":"public","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/98605382/pictures/479399927","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/479399927_100x75.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_100x75.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/479399927_200x150.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_200x150.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/479399927_295x166.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_295x166.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/479399927_640x360.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_640x360.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/479399927_960x540.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_960x540.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/479399927_1280x720.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_1280x720.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"}],"resource_key":"97431191c4bc58b5c7b3b39e589140a783b3c96c"},"tags":[{"uri":"/tags/deafheaven","name":"Deafheaven","tag":"Deafheaven","canonical":"deafheaven","metadata":{"connections":{"videos":{"uri":"/tags/deafheaven/videos","options":["GET"],"total":47}}},"resource_key":"a786d9f89102e3b2ee7bba4e3868bd71f0a60f53"},{"uri":"/tags/deathwish","name":"Deathwish","tag":"Deathwish","canonical":"deathwish","metadata":{"connections":{"videos":{"uri":"/tags/deathwish/videos","options":["GET"],"total":605}}},"resource_key":"8934fa78009011e8497dab00eed2d1af55bd28c0"},{"uri":"/tags/deathwishinc","name":"Deathwishinc","tag":"Deathwishinc","canonical":"deathwishinc","metadata":{"connections":{"videos":{"uri":"/tags/deathwishinc/videos","options":["GET"],"total":26}}},"resource_key":"53562b4f350f305b6e8acf36b50e504dbb5f2e8c"},{"uri":"/tags/tour","name":"Tour","tag":"Tour","canonical":"tour","metadata":{"connections":{"videos":{"uri":"/tags/tour/videos","options":["GET"],"total":36939}}},"resource_key":"b27d80cd60c47d8f134c07d9db9cef3a139d773a"},{"uri":"/tags/live","name":"Live","tag":"Live","canonical":"live","metadata":{"connections":{"videos":{"uri":"/tags/live/videos","options":["GET"],"total":178922}}},"resource_key":"c2b8abde9424756e7d0d9c2351b0e087f2f8664e"},{"uri":"/tags/jakarta","name":"Jakarta","tag":"Jakarta","canonical":"jakarta","metadata":{"connections":{"videos":{"uri":"/tags/jakarta/videos","options":["GET"],"total":4888}}},"resource_key":"258f5b7edb8273c9f7cd4f8596d57a3a70af41c3"},{"uri":"/tags/indonesia","name":"Indonesia","tag":"Indonesia","canonical":"indonesia","metadata":{"connections":{"videos":{"uri":"/tags/indonesia/videos","options":["GET"],"total":24600}}},"resource_key":"6607deaa4fff47536165a5a7ebbeffef79171022"},{"uri":"/tags/post-blackmetal","name":"post-black
150
- metal","tag":"post-black metal","canonical":"post-blackmetal","metadata":{"connections":{"videos":{"uri":"/tags/post-blackmetal/videos","options":["GET"],"total":7}}},"resource_key":"32a15d09b79b250dc8939d329af2a5faf95dbde9"},{"uri":"/tags/band","name":"Band","tag":"Band","canonical":"band","metadata":{"connections":{"videos":{"uri":"/tags/band/videos","options":["GET"],"total":59622}}},"resource_key":"2ed2c8f6083e976bd0cecc9344e3c4ab6e5cf5a5"},{"uri":"/tags/america","name":"America","tag":"America","canonical":"america","metadata":{"connections":{"videos":{"uri":"/tags/america/videos","options":["GET"],"total":23896}}},"resource_key":"89cd2754fb77be758454ab12b44257e593d11bda"},{"uri":"/tags/2014","name":"2014","tag":"2014","canonical":"2014","metadata":{"connections":{"videos":{"uri":"/tags/2014/videos","options":["GET"],"total":129155}}},"resource_key":"f8e29b0b1b24128946a29d5bac0b8f104a14c5d9"},{"uri":"/tags/vimeostaff","name":"Vimeo
151
- Staff","tag":"Vimeo Staff","canonical":"vimeostaff","metadata":{"connections":{"videos":{"uri":"/tags/vimeostaff/videos","options":["GET"],"total":94}}},"resource_key":"d1d9063c3ba4ad01336da17d92402efa66230367"},{"uri":"/tags/vimeo","name":"Vimeo","tag":"Vimeo","canonical":"vimeo","metadata":{"connections":{"videos":{"uri":"/tags/vimeo/videos","options":["GET"],"total":61782}}},"resource_key":"d5e547b05bc4bab97f41ab0e1f5203e577297d7b"}],"stats":{"plays":172},"metadata":{"connections":{"comments":{"uri":"/videos/98605382/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/98605382/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/98605382/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/98605382/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/98605382/texttracks","options":["GET","POST"],"total":0},"related":null},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/22881647/watchlater/98605382"},"like":{"added":false,"added_time":null,"uri":"/users/22881647/likes/98605382"}}},"user":{"uri":"/users/9627283","name":"megalauman","link":"https://vimeo.com/megalauman","location":"Jakarta","bio":"A
152
- guy, 27 years old.\nA music addict, journalist, and Moslem.\nmegalauman@gmail.com","created_time":"2011-12-13T08:24:57+00:00","account":"basic","pictures":{"uri":"/users/9627283/pictures/7859115","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7859115_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7859115_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7859115_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7859115_300x300.jpg?r=pad"}],"resource_key":"9eed2f37b519351475c76cbc2968ef9b4bdd8c2c"},"websites":[{"name":"Social
153
- Scenedicate","link":"http://socialscenedicate.wordpress.com/","description":"Social
154
- Scenedicate, is a media who want to contribute to the movement of the independent
155
- scene \u201cso called Undergorund\u201d in the homeland, and the city of Bandung
156
- in particular."}],"metadata":{"connections":{"activities":{"uri":"/users/9627283/activities","options":["GET"]},"albums":{"uri":"/users/9627283/albums","options":["GET"],"total":0},"channels":{"uri":"/users/9627283/channels","options":["GET"],"total":0},"feed":{"uri":"/users/9627283/feed","options":["GET"]},"followers":{"uri":"/users/9627283/followers","options":["GET"],"total":18},"following":{"uri":"/users/9627283/following","options":["GET"],"total":11},"groups":{"uri":"/users/9627283/groups","options":["GET"],"total":0},"likes":{"uri":"/users/9627283/likes","options":["GET"],"total":64},"portfolios":{"uri":"/users/9627283/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/9627283/videos","options":["GET"],"total":27},"shared":{"uri":"/users/9627283/shared/videos","options":["GET"],"total":0},"pictures":{"uri":"/users/9627283/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/22881647/following/9627283"}}},"resource_key":"b7ce51de9d734804f54aa6c4790a2f108e454436","preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","resource_key":"ad22c0a5b122e6c8dfde1e71781b30696a590426","embed_presets":null}'
157
- http_version:
158
- recorded_at: Thu, 05 May 2016 01:04:13 GMT
159
- recorded_with: VCR 3.0.1
@@ -1,159 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://api.vimeo.com/videos/898029
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - VideoInfo/2.6.0
12
- Authorization:
13
- - bearer 6b66b015a3504793b4f541d878f46ff6
14
- Accept:
15
- - application/vnd.vimeo.*+json;version=3.2
16
- Accept-Encoding:
17
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
- response:
19
- status:
20
- code: 404
21
- message: Not Found
22
- headers:
23
- Server:
24
- - nginx
25
- Content-Type:
26
- - application/vnd.vimeo.error+json
27
- Cache-Control:
28
- - no-cache, max-age=315360000
29
- Strict-Transport-Security:
30
- - max-age=15120000; includeSubDomains; preload
31
- Expires:
32
- - Sun, 03 May 2026 01:01:51 GMT
33
- Via:
34
- - 1.1 varnish
35
- - 1.1 varnish
36
- Fastly-Debug-Digest:
37
- - c3672039fd974d279856f1a1643b4e8d68c526f3bd160f59365e5e01b8b4b4a5
38
- Content-Length:
39
- - '70'
40
- Accept-Ranges:
41
- - bytes
42
- Date:
43
- - Thu, 05 May 2016 01:01:51 GMT
44
- Age:
45
- - '0'
46
- Connection:
47
- - keep-alive
48
- X-Served-By:
49
- - cache-iad2124-IAD, cache-lax1425-LAX
50
- X-Cache:
51
- - MISS, MISS
52
- X-Cache-Hits:
53
- - 0, 0
54
- X-Timer:
55
- - S1462410111.786248,VS0,VE83
56
- Vary:
57
- - Accept,Vimeo-Client-Id,Accept-Encoding
58
- body:
59
- encoding: ASCII-8BIT
60
- string: '{"error":"The requested video could not be found"}'
61
- http_version:
62
- recorded_at: Thu, 05 May 2016 01:01:51 GMT
63
- - request:
64
- method: get
65
- uri: https://api.vimeo.com/videos/98605382
66
- body:
67
- encoding: US-ASCII
68
- string: ''
69
- headers:
70
- User-Agent:
71
- - VideoInfo/2.6.0
72
- Authorization:
73
- - bearer 6b66b015a3504793b4f541d878f46ff6
74
- Accept:
75
- - application/vnd.vimeo.*+json;version=3.2
76
- Accept-Encoding:
77
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
78
- response:
79
- status:
80
- code: 200
81
- message: OK
82
- headers:
83
- Server:
84
- - nginx
85
- Content-Type:
86
- - application/vnd.vimeo.video+json
87
- Cache-Control:
88
- - no-cache, max-age=315360000
89
- Strict-Transport-Security:
90
- - max-age=15120000; includeSubDomains; preload
91
- Expires:
92
- - Sun, 03 May 2026 01:04:13 GMT
93
- Via:
94
- - 1.1 varnish
95
- - 1.1 varnish
96
- Fastly-Debug-Digest:
97
- - e1a6082c7056329c14f1d8da1dbc41c69e2a21b9c94e74b98a8cbf1b484af80a
98
- Content-Length:
99
- - '3265'
100
- Accept-Ranges:
101
- - bytes
102
- Date:
103
- - Thu, 05 May 2016 01:04:13 GMT
104
- Age:
105
- - '0'
106
- Connection:
107
- - keep-alive
108
- X-Served-By:
109
- - cache-iad2122-IAD, cache-lax1429-LAX
110
- X-Cache:
111
- - MISS, MISS
112
- X-Cache-Hits:
113
- - 0, 0
114
- X-Timer:
115
- - S1462410253.576861,VS0,VE126
116
- Vary:
117
- - Accept,Vimeo-Client-Id,Accept-Encoding
118
- body:
119
- encoding: ASCII-8BIT
120
- string: '{"uri":"/videos/98605382","name":"Deafheaven - The Pecan Tree (Live)","description":"This
121
- video taken live from Deafheaven live in Jakarta on May 8th 2014 at The Basement
122
- Cafe, Kemang Raya, Jakarta.\n\nDeafheaven is an American post-black metal
123
- band that formed in 2010 in San Francisco, California, United States. The
124
- group began as a two-piece with George Clarke and Kerry McCoy who recorded
125
- and self-released a demo album together. After a warm reception, Deafheaven
126
- recruited three new members and began to tour. Before the close of 2010, the
127
- band signed to Deathwish Inc. and later released their debut album Roads to
128
- Judah in April 2011. The follow-up album, Sunbather, was released on June
129
- 11, 2013. After another lineup change, the band toured for the album extensively
130
- and are still on a massive international tour.\n\nDeafheaven formed in February
131
- 2010 in San Francisco with vocalist George Clarke and guitarist Kerry McCoy,
132
- who previously performed in a grindcore band together. Clarke isn''t sure
133
- how he arrived on the name Deafheaven, though he is aware of its appearance
134
- in William Shakespeare''s Sonnet 29. The two words ''deaf'' and ''heaven''
135
- were combined as an homage to Slowdive.\n\nClarke and McCoy recorded the Demo
136
- album in April 2010 at Atomic Garden Studios, which was released both on cassette
137
- tape in limited quantities and digitally. The untitled demo featured four
138
- songs that combined traditional screamo with black metal and post-rock. Originally,
139
- Deafheaven didn''t intend to release the material, but they later sent it
140
- out to a few of their favorite blogs.\n\nAfter the demo had been positively
141
- received, Clarke and McCoy recruited three additional musicians - bassist
142
- Derek Prine, guitarist Nick Bassett of the shoegaze bands Whirr (formerly
143
- Whirl) and Nothing, and drummer Trevor Deschryver, who responded to an ad
144
- on Craigslist - to form a five-piece group, and started playing their first
145
- shows in July 2010.\n\nFilmed by megalauman\nsound recorded by Zoom H4n\nEdited
146
- by megalauman","link":"https://vimeo.com/98605382","duration":753,"width":1280,"language":null,"height":720,"embed":{"html":"<iframe
147
- src=\"https://player.vimeo.com/video/98605382?badge=0&autopause=0&player_id=0\"
148
- width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Deafheaven - The Pecan
149
- Tree (Live)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"},"created_time":"2014-06-19T02:33:41+00:00","modified_time":"2016-05-04T02:11:35+00:00","content_rating":["safe"],"license":"by","privacy":{"view":"anybody","embed":"public","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/98605382/pictures/479399927","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/479399927_100x75.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_100x75.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/479399927_200x150.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_200x150.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/479399927_295x166.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_295x166.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/479399927_640x360.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_640x360.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/479399927_960x540.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_960x540.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/479399927_1280x720.jpg?r=pad","link_with_play_button":"https://i.vimeocdn.com/filter/overlay?src=https://i.vimeocdn.com/video/479399927_1280x720.jpg&src=http://f.vimeocdn.com/p/images/crawler_play.png"}],"resource_key":"97431191c4bc58b5c7b3b39e589140a783b3c96c"},"tags":[{"uri":"/tags/deafheaven","name":"Deafheaven","tag":"Deafheaven","canonical":"deafheaven","metadata":{"connections":{"videos":{"uri":"/tags/deafheaven/videos","options":["GET"],"total":47}}},"resource_key":"a786d9f89102e3b2ee7bba4e3868bd71f0a60f53"},{"uri":"/tags/deathwish","name":"Deathwish","tag":"Deathwish","canonical":"deathwish","metadata":{"connections":{"videos":{"uri":"/tags/deathwish/videos","options":["GET"],"total":605}}},"resource_key":"8934fa78009011e8497dab00eed2d1af55bd28c0"},{"uri":"/tags/deathwishinc","name":"Deathwishinc","tag":"Deathwishinc","canonical":"deathwishinc","metadata":{"connections":{"videos":{"uri":"/tags/deathwishinc/videos","options":["GET"],"total":26}}},"resource_key":"53562b4f350f305b6e8acf36b50e504dbb5f2e8c"},{"uri":"/tags/tour","name":"Tour","tag":"Tour","canonical":"tour","metadata":{"connections":{"videos":{"uri":"/tags/tour/videos","options":["GET"],"total":36939}}},"resource_key":"b27d80cd60c47d8f134c07d9db9cef3a139d773a"},{"uri":"/tags/live","name":"Live","tag":"Live","canonical":"live","metadata":{"connections":{"videos":{"uri":"/tags/live/videos","options":["GET"],"total":178922}}},"resource_key":"c2b8abde9424756e7d0d9c2351b0e087f2f8664e"},{"uri":"/tags/jakarta","name":"Jakarta","tag":"Jakarta","canonical":"jakarta","metadata":{"connections":{"videos":{"uri":"/tags/jakarta/videos","options":["GET"],"total":4888}}},"resource_key":"258f5b7edb8273c9f7cd4f8596d57a3a70af41c3"},{"uri":"/tags/indonesia","name":"Indonesia","tag":"Indonesia","canonical":"indonesia","metadata":{"connections":{"videos":{"uri":"/tags/indonesia/videos","options":["GET"],"total":24600}}},"resource_key":"6607deaa4fff47536165a5a7ebbeffef79171022"},{"uri":"/tags/post-blackmetal","name":"post-black
150
- metal","tag":"post-black metal","canonical":"post-blackmetal","metadata":{"connections":{"videos":{"uri":"/tags/post-blackmetal/videos","options":["GET"],"total":7}}},"resource_key":"32a15d09b79b250dc8939d329af2a5faf95dbde9"},{"uri":"/tags/band","name":"Band","tag":"Band","canonical":"band","metadata":{"connections":{"videos":{"uri":"/tags/band/videos","options":["GET"],"total":59622}}},"resource_key":"2ed2c8f6083e976bd0cecc9344e3c4ab6e5cf5a5"},{"uri":"/tags/america","name":"America","tag":"America","canonical":"america","metadata":{"connections":{"videos":{"uri":"/tags/america/videos","options":["GET"],"total":23896}}},"resource_key":"89cd2754fb77be758454ab12b44257e593d11bda"},{"uri":"/tags/2014","name":"2014","tag":"2014","canonical":"2014","metadata":{"connections":{"videos":{"uri":"/tags/2014/videos","options":["GET"],"total":129155}}},"resource_key":"f8e29b0b1b24128946a29d5bac0b8f104a14c5d9"},{"uri":"/tags/vimeostaff","name":"Vimeo
151
- Staff","tag":"Vimeo Staff","canonical":"vimeostaff","metadata":{"connections":{"videos":{"uri":"/tags/vimeostaff/videos","options":["GET"],"total":94}}},"resource_key":"d1d9063c3ba4ad01336da17d92402efa66230367"},{"uri":"/tags/vimeo","name":"Vimeo","tag":"Vimeo","canonical":"vimeo","metadata":{"connections":{"videos":{"uri":"/tags/vimeo/videos","options":["GET"],"total":61782}}},"resource_key":"d5e547b05bc4bab97f41ab0e1f5203e577297d7b"}],"stats":{"plays":172},"metadata":{"connections":{"comments":{"uri":"/videos/98605382/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/98605382/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/98605382/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/98605382/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/98605382/texttracks","options":["GET","POST"],"total":0},"related":null},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/22881647/watchlater/98605382"},"like":{"added":false,"added_time":null,"uri":"/users/22881647/likes/98605382"}}},"user":{"uri":"/users/9627283","name":"megalauman","link":"https://vimeo.com/megalauman","location":"Jakarta","bio":"A
152
- guy, 27 years old.\nA music addict, journalist, and Moslem.\nmegalauman@gmail.com","created_time":"2011-12-13T08:24:57+00:00","account":"basic","pictures":{"uri":"/users/9627283/pictures/7859115","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7859115_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7859115_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7859115_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7859115_300x300.jpg?r=pad"}],"resource_key":"9eed2f37b519351475c76cbc2968ef9b4bdd8c2c"},"websites":[{"name":"Social
153
- Scenedicate","link":"http://socialscenedicate.wordpress.com/","description":"Social
154
- Scenedicate, is a media who want to contribute to the movement of the independent
155
- scene \u201cso called Undergorund\u201d in the homeland, and the city of Bandung
156
- in particular."}],"metadata":{"connections":{"activities":{"uri":"/users/9627283/activities","options":["GET"]},"albums":{"uri":"/users/9627283/albums","options":["GET"],"total":0},"channels":{"uri":"/users/9627283/channels","options":["GET"],"total":0},"feed":{"uri":"/users/9627283/feed","options":["GET"]},"followers":{"uri":"/users/9627283/followers","options":["GET"],"total":18},"following":{"uri":"/users/9627283/following","options":["GET"],"total":11},"groups":{"uri":"/users/9627283/groups","options":["GET"],"total":0},"likes":{"uri":"/users/9627283/likes","options":["GET"],"total":64},"portfolios":{"uri":"/users/9627283/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/9627283/videos","options":["GET"],"total":27},"shared":{"uri":"/users/9627283/shared/videos","options":["GET"],"total":0},"pictures":{"uri":"/users/9627283/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/22881647/following/9627283"}}},"resource_key":"b7ce51de9d734804f54aa6c4790a2f108e454436","preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","resource_key":"ad22c0a5b122e6c8dfde1e71781b30696a590426","embed_presets":null}'
157
- http_version:
158
- recorded_at: Thu, 05 May 2016 01:04:13 GMT
159
- recorded_with: VCR 3.0.1