Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore Cache Data of Chromium Browser

Tested on Chromium 76.0.3809.100.

>>> from chromium_cache import CacheIndex
>>> idx = CacheIndex('path/to/cache/directory')
>>> [entry.url for entry in idx]
['http://www.example.com/foo.jpg', ...]
>>> entry = idx['http://www.example.com/foo.jpg']
>>> entry.url
'http://www.example.com/foo.jpg'
>>> entry.data
<memory at 0x7f03c8c1d648>

About

Explore cache data of Chromium browser

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages