
Flash vid finder for Browsers
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Ever wonder where those flash vids went that used to be found in /tmp? Firefox 4 and the newer flash plugin keeps them well hidden. This little script will tell you where to find the video file so you can play it in your fave media player or save it to disk.
You need "lsof" installed for this script to work. Most distros include this.
I've now updated this to make it a bit more useful. Running 'moz' in a terminal will change directory to where the video is and display its filename (which is a number).
Tested with Firefox (Icecat), Midori, Konqueror, Arora, Rekonq. Doesn't work with Opera.
Its written as a bash function so just copy the code into your .bashrc and it will be available in your next login.
9 years ago
0.3 - Make it a function so we can change directory instead of just displaying a notice.
9 years ago
0.3 - Make it a function so we can change directory instead of just displaying a notice.
djspider
10 years ago
Report
Tipiaf
10 years ago
Report
nikore90
9 years ago
Report
marcaemus
10 years ago
Report
marcaemus
10 years ago
Report
eugf
10 years ago
I created a code for chromium too (actually just a little change):
FLASHVID=`lsof | grep "chromium-.*deleted" | tail -n1`
Thanks :)
Report
marcaemus
10 years ago
Report
bigrza
10 years ago
Report
GAJJAR
10 years ago
Report