PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Abdulkadir KUCUK   YouTube video download   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example using
Class: YouTube video download
Serve videos downloaded from YouTube
Author: By
Last change: some errors in writing
Date: 15 years ago
Size: 409 bytes
 

Contents

Class file image Download
<?php
//Copyrights Abdulkadir kucuk www.dersanlat.com
//working version http://www.dersanlat.com/ytb/
//http://www.youtube.com/watch?v=bWN3-s9ACpw
//http://www.youtube.com/watch?v=ru-xQac_sWw&feature=rec-HM-rn
$vidurl="http://www.youtube.com/watch?v=EzrxopKkpr8";// or $_GET['video'];
include 'youtubedownload_Class.php';
$example=new youtubedownload();
$example->download($vidurl,'downloadlink');
?>