Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-08-11 02:09
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');
?>