I am on ubuntu 11.04 and chrome caches youtube videos in .cache/google-chrome/Default/Cache/ folder with a pattern like f_00b3. I looked at the html source of the youtube page to figure out how the browser decides on and remembers a cache file name to store and playback the video, but I could not find anything.
Does anyone know how this works and how I can access this information with some shell scripts?
Thanks in advance