![]() The presence of a sessionfile avoids the usage of the failure-prone login mechanism. This commit addresses a suggestion in #615 to store the sessionfile in a persistent path rather than a path within a temporary directory if no --sessionfile parameter is given. The default path is now: $XDG_CONFIG_HOME/instaloader/session-USERNAME or ~/.config/instaloader/session-USERNAME on Unix, %LOCALAPPDATA%\Instaloader\session-USERNAME on Windows. If no file exists in the new path, Instaloader tries loading from the path where the sessionfile was stored before this commit, hence it automatically migrates to the new sessionfile path. |
||
---|---|---|
.. | ||
_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