wget $youtube_video

Quick and dirty, but it works for now:

wget "http://www.youtube.com/get_video?$(lynx -dump http://www.youtube.com/watch?v=deV_tXedY8c -source | grep fullscreenUrl | cut -d' -f2 | cut -d? -f2)" -O video.flv

(inspired by)

Categories: All 0 comments