Skip to content

Instantly share code, notes, and snippets.

@atnan
Created July 14, 2009 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atnan/146789 to your computer and use it in GitHub Desktop.
Save atnan/146789 to your computer and use it in GitHub Desktop.
Finding the H.264 format of a Vimeo video:
1. Fetch the clip XML metadata (e.g. "http://vimeo.com/moogaloop/load/clip:5531123")
2. Grab the value of "request_signature" and "request_signature_expires" from the XML
3. Use the URL "http://vimeo.com/moogaloop/play/clip:5531123/REQUEST_SIG/REQUEST_SIG_EXPIRES/?q=hd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment