wget -O - 'http://youtube.com/get_video.php?'`wget -qO - 'http://www.youtube.com/watch?v=phO3Nubtgds' | grep player2.swf | cut -d? -f2 | cut -d\" -f1` > whatever.flv#!/bin/bash baseurl='http://youtube.com/get_video.php?' pageurl=$1 wget -O - $baseurl`wget -qO - $pageurl | grep player2.swf | cut -d? -f2 | cut -d\" -f1`Make sure you redirect stdout to a file.
ffmpeg -i "$(find ~/.mozilla -regex '.*Cache.*' -a -not -regex '.*_CACHE_.*' -printf '%T+ %p\n' | sort -n | awk '{ print $2 }' | xargs file | grep -i "Video" | tail -1 | awk -F : '{ print $1 }')" -vcodec msmpeg4v2 /tmp/video.avi« Older The Worst Congress Ever.... | Testicular protection for the ... Newer »
This thread has been archived and is closed to new comments
posted by petsounds at 2:33 PM on October 18, 2006