warcit
warcit copied to clipboard
Convert Directories, Files and ZIP Files to Web Archives (WARC)
On installing warcit in a python 3.11 venv, I get a compilation error: ``` creating build/temp.linux-x86_64-cpython-311/src/ext/uchardet/src/LangModels x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2...
This will ensure that log files are read in the proper format and that I stop opening it in my text editor! ;) ### Changes - Appends `.csv` to the...
### Context This is a problem that has been encountered in [a few](https://forum.webrecorder.net/t/creating-a-wacz-from-an-offline-page-to-view-in-replayweb/450) [forum posts](https://forum.webrecorder.net/t/continued-problems-with-warcit-and-wacz/418) (and also in my own projects!) at this point and deserves a real issue :)...
All other records in the created WARC file seem to adhere to the --fixed-dt flag if set by the user. Revisit records, automatically created by warcit based on the directory...
Closes #26 Adds a note about the trailing slash being included in the URL prefix to the help text. This caught me up the first time I used warcit [and...
I needed a small warc file for testing, so I took a regular wget download and picked a few files that interconnected and used warcit to create the warc file....
This adds features intended to cope in situations where a lot of conversions are needed and the process may get interrupter. The changes are that the conversion command will be...
i was having trouble installing warcit pip via python 2023 edition on to my windows 11 laptop computer but i try running this install through my command terminal on windows...
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...
Hi, basically what the title says I tried to use --charset=utf-8 I didn't try the cchardet or tika yet tbh Should I use --use-magic tika or --charset tika ? or...