PDX-Capstone-Team-C / scrapy

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

Decompress a file that was compressed by the server before calculating deltas #43

Open mjsiegfried opened 8 years ago

mjsiegfried commented 8 years ago

If a file is compressed by the server we want to decompress it before calculating deltas. Use methods / techniques in compression middleware for this.