internetarchive / warc

Python library for reading and writing warc files
GNU General Public License v2.0
237 stars 114 forks source link

Gzipped ARCs are now supported. #31

Open jordan-dlh opened 6 years ago

jordan-dlh commented 6 years ago

Gzipped ARCs were not supported by the library. I simply adapted the code written for the WARCs for it to work with gzipped ones. It now works well.