Vimeo Video XML using oembed
PHP
Use oembed to pull an xml of a specific video using its URL.
Code
$info = simplexml_load_file("http://www.youtube.com/oembed?url=URL&format=xml");
PHP
Code
$info = simplexml_load_file("http://www.youtube.com/oembed?url=URL&format=xml");