warc2zim
warc2zim copied to clipboard
`WARCPayloadItem` and `Rewriter`s must have a `ZimPath` object as path instead of a string
WARCPayloadItem
and Rewriter
s have a path
member which is a string. In fact, it should be kept as a ZimPath
in these classes as well for code clarity.