Skip to content

Commit 30c8425

Browse files
authored
Add Brotli support (#857)
It turns out that the Wayback Machine is serving us some content with Brotli encoding, even if we don't say we support it, leading to us storing and trying to analyze comprssed data as if it was already decompressed. Requests will use Brotli as long as it is installed, so installing it is all we need to do here.
1 parent c69f34f commit 30c8425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
brotli ~=1.1.0
12
cchardet ==2.1.7
23
cloudpathlib[s3] ~=0.20.0
34
python-dateutil ~=2.9.0

0 commit comments

Comments
 (0)