iipc / jwarc

Java library for reading and writing WARC files with a typed API
Apache License 2.0
46 stars 8 forks source link

CDX-tool has option to use full path to WARC-file in CDX-line. #76

Closed thomasegense closed 1 year ago

thomasegense commented 1 year ago

Enable with: -w or --warc-full-path

In PyWb config.yaml you can define archive_path to the root of the file system with: archive_paths: ../../../

ato commented 1 year ago

Thanks!