PHP Classes

File: example1.php

Recommend this page to a friend!
  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: 15 years ago
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");
?>