Internet Explorer stores .flv temp files in temporary folder when viewing YouTube. So it's easy to find a copy of that .flv file. How about Google chrome? Where does it store browsing temp data?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

On Windows this is Google Chrome cache folder:

C:\Users\<user-name>\AppData\Local\Google\Chrome\User Data\Default\Cache

However:

Google Chrome cache technique is defensive!

Although you could use YouTube downloader program or manually retrieve the YouTube video direct download link to keep a copy of the video for your mom who only like to watch them on the classic TV + player set, you might need to use non-Google Chrome web browsers to retrieve the FLV files on some less popular video hosting sites, via the web browser cache folder technique.

Read this excellent post for some more info (though it might be outdated)

link|improve this answer
feedback

On Windows XP:

C:\Documents and Settings\USERNAME\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache

you can also type about:cache into your address bar to see cached files, as the names in the above directory aren't very helpful (data_0,data_1,f_00000a,f_00000a2,f_00000a3, etc...). When in about:cache you can right-click files and choose Save Link As... which should use the cache as the source.

link|improve this answer
When using "save link as..." from about:cache which becomes chrome://cache, the saved file is an HTML formatted page that has the headers, and hex and ASCII dump of the header and file contents. It doesn't save the raw file contents. Not very useful for binary files. – Nathan Mar 15 at 14:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.