Obtenez twitter en vidéo mp4 url

Question, je suis en train de travailler avec l'API twitter maintenant et lors de la post-inclut la vidéo. Twitter renvoie uniquement les vignettes d'url et pas de vidéo principale url de fichier. Twitter retourne du JSON:

["media_url"]=> string(86) "http://pbs.twimg.com/ext_tw_video_thumb/../pu/img/p1R5iC_7fN-lqNuK.jpg" 
["media_url_https"]=> string(87) "https://pbs.twimg.com/ext_tw_video_thumb/.../pu/img/p1R5iC_7fN-lqNuK.jpg" 
["url"]=> string(22) "http://t.co/UViL9KykF*" 
["expanded_url"]=> string(63) "http://twitter.com/.../status/..../video/1" 

Et les deux premiers est jpg, et d'autres url de redirection directement à la poste.
Comme je suis à l'aide de php pour obtenir toutes les informations, pour la vigne.co il y avait un tel code:

$dom = new DomFinder($media_url);
$video_cell = $dom->find("//meta[@property='twitter:player:stream']", 'content');

Mais twitter n'a pas de telles balises meta et je ne peux pas trouver un moyen d'accéder à un fichier vidéo.
Peut-être que quelqu'un sait comment obtenir mp4 url?

InformationsquelleAutor user1718607 | 2015-06-04