Skip to content

Get information about video by URL in OpenGraph meta tags, like facebook.

License

Notifications You must be signed in to change notification settings

ferroariel/php-videoGet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-videoGet

Simple PHP script wich will get information about video by URL(from OpenGraph meta tags, like facebook). Now you can get videos Information from Youtube, Vimeo, Vkontakte, Coub, DailyMotion, MetaCafe, Rutube and many others...

Demo Page

Usage

The class is called 'videoGet', and function is called 'getVideoData'. So just call it ;)

$url = "http://www.youtube.com/watch?v=T6DJcgm3wNY";
$get = array('title','description','image','video','url','site_name');
	
$video = new videoGet($url, $get);
$video = $video->getVideoData();

License

Licensed under MIT license.

About

Get information about video by URL in OpenGraph meta tags, like facebook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published