Watch web Flash Videos (FLVs) offline.

With most websites you surf these days have some type of video content embedded in them. Be it news sports or entertainment sites. And 9 out of 10 times they are Macromedia Flash Videos (flv). If they are youtube links, there’s a good chance you can download them for future viewing. Otherwise its difficult to get hold of the flv file you are viewing. If you are lucky a simple view source will fetch you the direct link to the .flv file on the site. Even if thats not the case here’s a way to watch the video again, without wasting your bandwidth usage.

If you use Firefox or Flock, you can grab this from the browser Cache stored on your filesystem. On Linux you can find this under your $HOME/.mozilla/firefox/<-profileid->/Cache. These files don’t have any extension and will have names like 05520CD8d01 etc. Proceed to this folder and you can watch all the FLVs cached so far using the following command .

ls | xargs -i file {} | grep Video | cut -d ‘:’ -f 1 | xargs -i vlc {} .

The above will directly play those files with vlc player. If you dont have vlc installed replace it with any other player you want to use. IMO, I have found vlc to render flvs better than mplayer or other players due its better audio-video sync capabilities.

Remember to backup the files you are viewing to any other folder. The files under Cache will be expunged once browser is closed.

You can copy all flvs in one shot to your $HOME with the following command.
ls | xargs -i file {} | grep Video | cut -d ‘:’ -f 1 | xargs -i cp {} ~

Blogged with the Flock Browser

Tags: , ,

Use Google for your Peer 2 Peer searches.

You can use google for your p2p searches. Use the following search string to look for any media files.

intitle:”index.of” (mp3) titanic -html -php -asp -cf -jsp

mp3 refers to the media you want as in a extension. You can also use other formats in the following fashion (mp3|avi|mpg)

titanic refers to the name of the media file. You can also give long names separated by a “.” eg:- titanic.my.heart will return sites which has My hear will go on. The “.” replaces a space . or a _ like a wild char.

-html -php -asp -cf -jsp indicates that do not list a .html or .php or other pagers.

Watch the video below for detailed explanation.

[youtube=http://www.youtube.com/watch?v=sRv953XZX6Y]

Update: To avoid typing all the “codes” use this site to do the same for u www.g2p.org, useful for doing mp3 searches.

Blogged with the Flock Browser

Tags: , , ,

G-Archiver : Do Not use or download this spyware!

I came across this post http://www.codinghorror.com/blog/archives/001072.html regarding a malicious intent behind the creator of g-archiver, a gmail backup program. Apart from doing what it claimed to do, the author John Terry stored and sent a copy of gmail username and password of every user who has ever used this software to his own email account. What a cheat!

Hence spread the word do not use G-Archiver!!

Juploadr: Flickr upload tool for Linux and Mac!

Though i had found this tool long time back, it came about pretty handy while using it recently.

Get it from jUploadr

Just untar the package and run jupload from the installation folder. This launches a simple UI which allows you to drag and drop photos to it. Just add a flickr account and authorize juploadr to upload. You can add individual tags and descriptions to each of your photos. Its purely written in Java and hence portable across platforms.

Update: On ubuntu, there are other flickr upload tools too. Notably good ones are postr and dfo for gnome and kflickr for KDE.

To install simply type sudo apt-get install postr or sudo apt-get install kflickr at the terminal.

Now Add Google talk to your website/blog.

Google talk team has come up with a talkback gadget which can be added to your site or blog. This will allow visitors to be able to chat with you on your gtalk account if you are online. With just few lines of html code, you can be now be contacted from anywhere on the web. The interesting catch is that the visitors need not have a gtalk account or even a email address to be able to ping you.

Visit the link to know more. GoogleTalk or to get started login with your google account

Update: I have added this to my blogspot blog and also to my wordpress blog using a trick as suggested in this blog http://daniel.fallenste.in/2008/05/18/howto-google-talk-badge-on-wordpresscom/

Cheers to Innovation @ Google.

P.S Am not too sure if this is a original idea by google, but then what ever google does will have a massive usage and awareness.

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine