cclgroupltd / ccl_chromium_reader

(Sometimes partial) Python re-implementations of the technologies involved in reading various data sources in Chrome-esque applications.
MIT License
134 stars 34 forks source link

Add ZStandard support to cache module's CLI #23

Open cclgroupltd opened 4 months ago

cclgroupltd commented 4 months ago

Facebook (and others, inevitably) are serving pages with content-encoding set as "zstd".

Support for these could be added fairly quickly using https://pypi.org/project/zstandard/

cclgroupltd commented 3 months ago

This will also need to be applied to the ProfileFolder class.