|
|
PHP Youtube Downloader
PHP Youtube Downloader is a simple PHP script to download video from Youtube.com
Requirements
PHP with CURL
Change Log
- April 5, 2007 (0.1) Read HTML and parse the string
- March 3, 2008 (0.3) Shot the SWF and read the header
- April 15, 2008 (0.4) Shot the SWF and read the header and let the T string remain
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.
