Posted by zantekk on Thu 16th Aug 21:32
download
- #!/usr/bin/php
- <?php
- echo "(c) 2012 Kataklysmos <kataklysmos@shitstorm.in>\n";
- echo "fixed 08/16/2012 by zantekk <zantekk@gmail.com>\n";
- echo "yt2mp3 - Converter 1.1\n\n";
- echo "Downloading YouTube Code..\n";
- echo "Checking possible quality..\n";
- $quality = '';
- {
- $quality = '%3Dhd1080';
- $quality = '%3Dhd720';
- }
- echo "Extracting Video- URL..\n";
- echo "Grabbing Video..\n";
- echo "Convert to MP3:\n";
- echo "Removing temporary file..\n";
- echo "Could not delete temporary file (".$video.")!\n";
- echo "File written!\n".$argv[2]."\n\n";
- ?>
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.