N0taN3rd / node-warc

Parse And Create Web ARChive (WARC) files with node.js
MIT License
92 stars 20 forks source link

Allow full control over the contents of the WARC info record fixes #22 #26

Closed N0taN3rd closed 5 years ago

N0taN3rd commented 5 years ago

longer require including the extension in the name for the WARC file to be created, it will be added if it is omitted allow the default WARC file option can now be supplied as the only argument to the constructor of all writers or set via

treat the post data retrieved via Network.getRequestPostData as utf-8 strings rather than base64 encoded strings

Added to all writers the ability to write a Webrecorder Player compatible bookmark list (as WARC info record) via WARCWriterBase.writeWebrecorderBookmarksInfoRecord and the pages property of the genOpts object supplied to generateWARC fixes #25

update index.d.ts with 3.2.0 changes