webrecorder / warcit

Convert Directories, Files and ZIP Files to Web Archives (WARC)
https://pypi.python.org/pypi/warcit
Apache License 2.0
81 stars 13 forks source link

Names are cut short when the name contains multiple dots #24

Open Bla opened 1 year ago

Bla commented 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.