![]() With this change, Instaloader is capable of resuming a previously-aborted download loop. To do so, it creates a JSON file within the target directory when interrupted, that contains all the necessary information to later resume that operation. Resuming an interrupted download is supported for most, but not all targets. It is supported for: - Regular profile posts, - IGTV posts - Saved posts, - Tagged posts, - Explore posts. |
||
---|---|---|
.. | ||
_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 | ||
troubleshooting.rst |
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