I have a youtube video I am listening to, having waited for it to download from youtube. Now, if I close the Chrome browser tab it is in, I will have to wait for the download again. The file must exist somewhere on a local cache, but how can I retrieve it from that cache?
feedback
|
|
Flash video files are marked with a delete-on-handle-closed flag whereupon as soon as the handle to the file is closed (eg, the page it’s playing in is closed), the file-system immediately deletes the file. Furthermore, you cannot simply keep the page open and then copy the file because these files are opened in exclusive-access mode, so trying to open or copy them gives an access-denied error. What you need to do to copy Flash videos from the browser cache (this works for other browsers as well, but you need to change the cache directory) is as follows:
NB, most video players can’t play partial Flash videos. That is, you need to make sure to have the beginning of the video, even if you stop the download before it finish. In other words, you can’t just skip to the middle of a video, then use Unlocker to copy a section from the middle because when you try to play it back, it will not work (the video will be blank, and if you are lucky, you may get the audio). Getting it from the start of the video, but stopping before the end does however work, though it may stop playing back some seconds before the actual point at which you stopped it (because of the block-nature of the encoding scheme used). Also, you can always just use a video-downloading extension. I prefer YousableTubeFix because it includes Youtube customizing functions like disabling autoplay/autobuffer, removing comments, etc. There are also websites like KeepVid that can get you the videos for download. | |||
feedback
|
|
Firstly, to view the cached URLs you can enter You can access the Chrome cache at the following location (enter into the Windows Explorer):
However, the file extensions are removed. So you will have to order by size and then check each individually. Alternatively, you could use something like the Google Chrome Cache Viewer. | ||||
feedback
|