file /proc/$(pidof npviewer.bin)/fd/* | grep -i "flash" | \ cut -d':' -f1 | xargs -i{} cp {} ./
Details of what the command will do:
Fifefox-4 uses an external process (npviewer.bin) to manage external plugins. So what I did was grabbed a copy of the deleted flash file (yea it deletes the file, but keeps a secret opening for itself) from npviewer.
Finally all the cached video are copied to current path named with some random numbers (technically, the number is file-descriptor).
Warning: Execute the command after complete streaming and before closing the firefox(-tab).
No comments:
Post a Comment