On Sat, 6 Aug 2011 09:19:24 +0100 Rob <robpill...@gmail.com> wrote: > On 5 August 2011 17:39, Kris Maglione <maglion...@gmail.com> wrote: > > On Fri, Aug 05, 2011 at 09:31:40AM -0700, Suraj Kurapati wrote: > >> # see http://www.reddit.com/r/linux/comments/dky73/ > >> lsof -p $(pgrep -f libflashplayer) | grep /tmp/Flash | > >> awk '{print "/proc/" $2 "/fd/" $4}' | sed 's/[rwu]$//' | > >> xargs mplayer -fs > > > > That's only the case for HTTP streams. RTMP streams are never written to > > disk. And there are quite a lot of cases where it automatically unlinks the > > files, in any case. Even then, you still need to let the non-fullscreen > > player buffer the things, which kind of defeats the point. > > Somewhat off topic now, but http://repo.hu/projects/yget/ works fine for me
Shell script and an order of magnitude smaller than youtube-dl which I've been using, nice! Is it updated quickly when youtube changes?