Indig Balázs
Indig Balázs
The most interesting part of the program is the *token editor*. Sadly exporting throws HTTP 500 when any manual modification is made. Is the *token editor* part of the current...
I have a WARC archive created with a previous version of warcio library about a year ago. Copying some records to another record is done without error (with the current...
Related to #64: When writing a record into an archive one can read out its content via the streaming API and write the record (now with partial or empty content)...
Related to #64: When one create a warcinfo record it is required to provide custom headers in a dictionary-like format: ```Python info_headers = {'custom': 'stuff'} info_record = writer.create_warcinfo_record(filename, info_headers) ```...
Please consider merging this PR as it removes most of the code duplications and contains some code styling that allows eg. PyCharm to work with the code by default without...