Skip to content

Instantly share code, notes, and snippets.

@b-meson
Created June 8, 2016 03:09
Show Gist options
  • Save b-meson/ab8083110c83f9cf47866ca91d438808 to your computer and use it in GitHub Desktop.
Save b-meson/ab8083110c83f9cf47866ca91d438808 to your computer and use it in GitHub Desktop.
cat scraper.rb
require 'video_info'
VideoInfo.provider_api_keys = { vimeo: 'a4268064c180defed88340bec4dc6212' }
video=VideoInfo.new("https://vimeo.com/165083121")
print video.video_id, "\n"
print video.title, "\n"
@b-meson
Copy link
Author

b-meson commented Jun 8, 2016

Whoops do not update your API keys to GH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment