internetarchive / warc

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

WARC file is not compressed record by record #29

Open kartheek7895 opened 6 years ago

kartheek7895 commented 6 years ago

As per the ISO standards WARC file should be compressed record by record, does warc library takes care of that when doing warc.open or do we need to do something?