Open Bla opened 1 year ago
When a filename is specified with the --name flag and the name contains multiple dots, the name is cut shorter than expected. For example --name first.second.warc results in a warc file named first.warc instead of first.second.warc.
--name
--name first.second.warc
first.warc
first.second.warc
When a filename is specified with the
--name
flag and the name contains multiple dots, the name is cut shorter than expected. For example--name first.second.warc
results in a warc file namedfirst.warc
instead offirst.second.warc
.