Skip to content

Instantly share code, notes, and snippets.

@embedly
Created March 18, 2010 21:11
Show Gist options
  • Select an option

  • Save embedly/336896 to your computer and use it in GitHub Desktop.

Select an option

Save embedly/336896 to your computer and use it in GitHub Desktop.
import embedly
oembed_json = embedly.get_oembed('http://www.youtube.com/watch?v=60og9gwKh1o')
print oembed_json.get('title')
print oembed_json.get('html')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment