Login   Register  
PHP Classes
elePHPant
Icontem

File: example1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of evolution  >  YouTube Downloader  >  example1.php  >  Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: class of example 1
Class: YouTube Downloader
Download videos from YouTube
Author: By
Last change:
Date: 2008-12-16 02:16
Size: 168 bytes
 

Contents

Class file image Download
<?php 
    
include ("__class.youtubedownloader.php");
    
$YouTube= new YoutubeDownloader;
    
$YouTube->download("http://www.youtube.com/watch?v=aqqSgSjYwyU&feature=bz301");
?>