PHP Classes
elePHPant
Icontem

PHP Youtube and Vimeo Video Downloader Script: Download YouTube or Vimeo videos

Recommend this page to a friend!
  Info   View files Example   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2017-01-17 (Yesterday) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
video-download 1.0GNU General Publi...5PHP 5, Files and Folders, Web services, V...
Description Author

This package can download YouTube or Vimeo videos.

It takes as parameter the URL of a video page on YouTube or Video sites.

The class determines the identifier of the video and the video download URL.

It returns the URL to download the video file as result.

Name: Ssaurz Acharya <contact>
Classes: 1 package by
Country: Australia Australia

Details

Youtube-Vimeo-Video-Downloader-Script

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 folder image Files  
File Role Description
Files folder imageDownloader (4 files)
Files folder imageexample (1 file)
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  Downloader  
File Role Description
  Plain text file Downloader.php Class Class source
  Plain text file LinkHandler.php Class Class source
  Plain text file VimeoDownloader.php Class Class source
  Plain text file YouTubeDownloader.php Class Class source

  Files folder image Files  /  example  
File Role Description
  Accessible without login Plain text file example.php Example Example script

 Version Control Unique User Downloads  
 100%
Total:0
This week:0