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 Biagio Vincenzo Mamone Neto  >  YouTube Video Fetcher  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example script
Class: YouTube Video Fetcher
Retrieve YouTube video files in MP4 format
Author: By
Last change:
Date: 2011-03-05 15:36
Size: 182 bytes
 

Contents

Class file image Download
<?php

# CHECK THE README FILE TO CHECK FOR VIDEO QUALITY SETTINGS

require_once('ytf.class.php');

$ytf = new ytf;
if ( 
$ytf->downloadVideo('dkIIDKb4Dw8'5) ) echo 'Success!';

?>