Download .zip |
Info | Example | View files (6) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2017-01-17 (Yesterday) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
video-download 1.0 | GNU General Publi... | 5 | PHP 5, Files and Folders, Web services, V... |
Description | Author | |||||||||||||
This package can download YouTube or Vimeo videos. |
|
This is a script done by me for Youtube and Vimeo video downloader.
Below is the given example to extract the download link of Youtube and Vimeo. After you got the downlad link you can create your own downloader.
include_once 'YouTubeDownloader.php';
include_once 'VimeoDownloader.php';
include_once 'LinkHandler.php';
$url = "https://www.youtube.com/watch?v=oeCihv9A3ac";
$handler = new LinkHandler();
$downloader = $handler->getDownloader($url);
$downloader->setUrl($url);
if($downloader->hasVideo())
{
print_r($downloader->getVideoDownloadLink());
}
Files | / | Downloader |
File | Role | Description |
---|---|---|
Downloader.php | Class | Class source |
LinkHandler.php | Class | Class source |
VimeoDownloader.php | Class | Class source |
YouTubeDownloader.php | Class | Class source |
Version Control | Unique User Downloads | |||||||
100% |
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.