What's new? | Help | Directory | Sign in
Google
php-youtube-downloader
A Youtube Downloader Using PHP Script
  
  
  
  
    
Show all Featured Downloads:
youtube.inc.php
Join project
Project owners:
  yenisetiawan

PHP Youtube Downloader

PHP Youtube Downloader is a simple PHP script to download video from Youtube.com

Requirements

PHP with CURL

Change Log

Usage

<?php
// load the script
require_once('youtube.inc.php');

// download and echo the URL
echo download_youtube('http://youtube.com/watch?v=SAQZ0BDXn48');
?>

Disclaimer

You use it at your own risk. You can ask me question about this script but you shouldn't ask me for any damaged computer caused by this script.