scrapy / scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.
https://scrapy.org
BSD 3-Clause "New" or "Revised" License
51.16k stars 10.35k forks source link

Add brotlicffi support #6263

Closed Gallaecio closed 2 months ago

Gallaecio commented 2 months ago

Currently, brotli compression is supported when using brotli or brotlipy (deprecated). We should also support it thorugh brotlicffi, the new name of brotlipy, which performs worse than brotli but works on PyPy.