Eu joguei um vídeo online no html5 player no google chrome, onde ele é armazenado no meu armazenamento local?

5

Colei um URL de vídeo remoto na barra de endereços do Google Chrome e comecei a reproduzi-lo em seu player html5. Quando o vídeo terminar de ser reproduzido, posso reproduzi-lo sem qualquer buffer, o que indica que o vídeo está armazenado localmente no meu computador. Eu verifiquei a pasta de cache para o Google Chrome, mas não encontrei o vídeo lá, onde é que vai localmente no meu computador?

    
por segmentationfaulter 18.10.2014 / 08:07

1 resposta

1

onde é que vai localmente no meu computador?

Existem várias possibilidades.

Looking for your Google Chrome temporary files? It depends on your operating system.

Here is where you can find the location for a few common operating systems:

  • Windows Vista: C:\Users[USERNAME]\AppData\Local\Google\Chrome\

  • Windows XP: C:\Documents and Settings[USERNAME]\Local Settings\Application Data\Google\Chrome\

  • Windows 7/8: C:\Users[USERNAME]\AppData\Local\Google\Chrome\User Data\Default\Cache

  • Mac OS X: /Users/[USERNAME]/Library/Caches/Google/Chrome/

Fonte Onde o Google Chrome salva arquivos temporários da Internet & Pastas por Sarah Dee

There are also two additional folders used to store media:

  • C:\Users\%USERNAME%\AppData\Local\Google\Chromium\%PROFILE%\Media Cache\
  • C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\%PROFILE%\Media Cache\

Fonte Google Chrome

Nirsoft VideoCacheView will display information about all video files in the various caches it can find (including the download location).

VideoCacheView automatically scans the cache of your Web browser (Internet Explorer, Firefox, Chrome, Opera) and the temporary folder of your system, locates all video/audio files found in your computer, and displays them in one list. You can easily choose the desired cached video streams and extract them into the folder you need.

Se ele foi baixado em um cache, você poderá encontrá-lo usando este utilitário.

FonteNirsoft VideoCacheView

    
por 18.10.2014 / 08:50