Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

saving youtube video

Name: Anonymous 2006-10-13 14:01

how to save flash video files, ie youtube

Name: Anonymous 2006-10-13 15:07

Get Firefox. www.firefox.com

Name: Anonymous 2006-10-13 15:39

www.kernel.org

youtube-dl

Name: Anonymous 2006-10-13 16:34

yes i have firefox, how does that help me... i need to know how to save the file

Name: Anonymous 2006-10-13 16:41

#!/bin/bash
bu="http://youtube.com/get_video.php?";
mkdir -p ~/YouTube
cd ~/YouTube
read -p "YouTube url? " ur
read -p "Name? " nv
wget ${ur} -O /tmp/y1
uf=${bu}`grep player2.swf /tmp/y1 | cut -d? -f2 | cut -d\" -f1`
wget "${uf}" -O /tmp/y.flv
ffmpeg -i /tmp/y.flv -ab 96 -ar 44100 -b 1500 -s 320x240 ${nv}.mpg
rm /tmp/y.flv
rm /tmp/y1
rm gmon.out
exit

Name: Anonymous 2006-10-13 20:57

>>5
Oh bravo! Good show! BIG PENIS!

Name: Anonymous 2006-10-14 14:41

1. greasemonkey
2. userscripts.org
3. click on the download button next to every youtube video
4. ?????????
5. PROFIT!!!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List