![]() {date_utc} encodes the post creation date in UTC rather than the current local timezone, as {date} does. This was proposed in #69. Encoding the post creation date in local time zone induces problems regarding --fast-update when the time zone is changed. |
||
---|---|---|
.. | ||
_templates | ||
.gitignore | ||
as-module.rst | ||
basic-usage.rst | ||
cli-options.rst | ||
conf.py | ||
index.rst | ||
installation.rst | ||
Makefile | ||
README.md | ||
requirements.txt |
Instaloader Documentation
This directory contains sources for the Instaloader documentation.
The documentation is hosted at: https://instaloader.readthedocs.io/
Build
The documentation is created with Sphinx. To build it, use
pip3 install -r requirements.txt
make html