Saving Youtube Videos in Fedora

Petrus de Calguarium pgueckel at gmail.com
Wed Jun 15 17:37:14 UTC 2011


Actually, I modified it a bit more, as I couldn't quite get it to do the whole 
download, so I put this in my .bashrc

function fid () { echo $( ps -fu peter | egrep 'libflashplayer\.so' | egrep 
'npviewer.bin' | egrep -om 1 -E '\<[0-9]+\>' | head -1 ) ; }

All I do is type fid to get the flash id and then I go to /proc/<flash id 
number>/fd and copy the deleted files.

As I had said, it was the interaction with nspluginwrapper that caused your 
initial script to fail for me, and I had to make these crude adjustments.




More information about the users mailing list