Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Jetheat

macrumors regular
Original poster
Mar 13, 2008
247
2
In Windows, there is a folder called "Temporary Internet Files" and through that, you can watch previously watched videos.

Now, on the mac, I want to be able to re-watch some of the previos videos which I had watched before and I would assume that it kept them in cache.

Where do I find these video files on the mac?

Appreciate the help,

JH
 
On 10.4, they are in individual files in ~/Library/Caches/Safari

You've got to guess which file, or else I've read there are some tools that can look and tell you which is which.

In 10.5 & 10.5.1, they are in ~/Library/Caches/com.Apple.Safari/Cache.db I'm not sure how to extract a file from it, but it is an SQLite3 database, so that probably would be the place to start looking for tools.

In 10.5.2+, they appear to be stored in a very strange place. My script for defragmenting the Safari cache uses find to locate exactly where it is at in the /private/var/folders tree.

cd /private/var/folders
THECACHE=`find . -iname "Cache.db" |grep Safari|head -n1`
echo $THECACHE

https://forums.macrumors.com/posts/5053757/

QuickTime has its own cache for videos, not sure where that one is at, but ~/Library/Caches/QuickTime/download appears to be it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.