warc 0.0.6
warc: ^0.0.6 copied to clipboard
WARC (web archive file format) reader (parser) and recorder.
0.0.6 #
- Updated dependencies and lints.
0.0.5 #
- Guard against concurrent calls.
Breaking changes:
- Default file name pattern changes in
WarcFileWriter.
0.0.4 #
Breaking changes:
- Renamed
WarcRecord.payloadtoblock(also:WarcBlock). WarcBlockand with thatWarcRecordis now only synchronous.readWarcreturns a stream instead of callback method.CdxjRecordfollowspywbconventions.
0.0.3 #
- Extended
WarcHeaderwith named parameters. - Write CDXJ records based on written offsets.
0.0.2 #
- Write support (+ compression and offset-tracking).
0.0.1 #
- Low-level read support.