Archivebox: Question: SINGLEFILE_BINARY missing

Created on 7 Aug 2020  路  3Comments  路  Source: ArchiveBox/ArchiveBox

Installed on Debian 10. The single-file command is missing after running pip3 install archivebox and I haven't managed to find which package contains this binary.

Might be a dumb question but I couldn't find the answer with Google given such a generic name.

Most helpful comment

Thanks! This workaround fixed the issue.

All 3 comments

@oksjd we recently added a new extractor named single-file. The shortest way is to set USE_SINGLEFILE=false in the environment. You can also install it (https://github.com/gildas-lormeau/SingleFile/tree/master/cli) and set SINGLEFILE_BINARY to the path of the executable.

Thanks! This workaround fixed the issue.

@cdvv7788 can you add a helptext that prints the download link for singlefile when it's missing and not set to use=false

Was this page helpful?
0 / 5 - 0 ratings