![]() The commit mode ensures pictures are not corrupted when Instaloader is unexpectedly interrupted. In the case that the last picture is corrupted because of an interruption, Instaloader will redownload the picture. Since the metadata is the last object saved to disk, we can consider a post as "committed" if its json metadata file exists and is not malformed. Instaloader should download any posts which are not committed. Downside is commit mode requires metadata to be saved. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
codesnippets | ||
.gitignore | ||
as-module.rst | ||
basic-usage.rst | ||
cli-options.rst | ||
codesnippets.rst | ||
conf.py | ||
contributing.rst | ||
favicon.ico | ||
index.rst | ||
installation.rst | ||
logo_heading.png | ||
logo.png | ||
logo.svg | ||
Makefile | ||
README.md | ||
requirements.txt | ||
sphinx_autodoc_typehints.py |
Instaloader Documentation
This directory contains sources for the Instaloader documentation.
The documentation is hosted at: https://instaloader.github.io/
Build
The documentation is created with Sphinx. To build it, use
pip3 install -r requirements.txt
make html