PHP Classes

File: example.php

Recommend this page to a friend!
  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: 13 years ago
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!';

?>