Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
<tt>#!/bin/bashbu="http://youtube.com/get_video.php<nobr>?<wbr></nobr> ";mkdir -p ~/YouTube;cd ~/YouTube;read -p "YouTube url? " ur;read -p "Name? " nvwget ${ur} -O<nobr> <wbr></nobr>/tmp/y1;uf=${bu}`grep player2.swf<nobr> <wbr></nobr>/tmp/y1 | cut -d? -f2 | cut -d\" -f1`;wget "${uf}" -O<nobr> <wbr></nobr>/tmp/y.flvffmpeg -i<nobr> <wbr></nobr>/tmp/y.flv -ab 56 -ar 22050 -b 500 -s 320x240 ${nv}.mpg;rm<nobr> <wbr></nobr>/tmp/y.flv; rm<nobr> <wbr></nobr>/tmp/y1;rm gmon.out; exit</tt>
#
Return to CLI Magic: Enhance your YouTube viewing pleasure
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
a bash version
Posted by: Anonymous Coward on August 14, 2006 11:19 PM#