openzim / warc2zim

Command line tool to convert a file in the WARC format to a file in the ZIM format
https://pypi.org/project/warc2zim/
GNU General Public License v3.0
44 stars 4 forks source link

ZIM Tags passed as single string with values separated by semicolons #267

Closed benoit74 closed 4 months ago

benoit74 commented 4 months ago

Fix #265

Nota: the --tags argument is a list of tags separated either by comma (usually expected in CSV) or semi-comma (what is used inside the ZIM metadata in the end)

benoit74 commented 4 months ago

Nota: depends on https://github.com/openzim/warc2zim/pull/266 that must be merged first before reviewing this PR

benoit74 commented 4 months ago

This is ready for review once #266 is merged (i.e. you can look only at last commit of the list)

benoit74 commented 4 months ago

Nota: I force-pushed a rewritten commit because there were too many changes, made no sense to review a fixup commit which was harder to read that the rewritten commit ^^