1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-05 14:57:08 +02:00
instaloader/docs
André Koch-Kramer e9207f095f Use Post class attributes in filename-pattern
- Added owner_id and mediaid to Post class properties.
- In case of not downloading stories, the attributes of the Post class
  can now be used in filename-pattern, e.g. {post.owner_id} or {post.mediaid}.

Closes #53.
2017-11-08 15:58:33 +01:00
..
_templates Add layout template extension 2017-08-26 13:49:54 +02:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Documentation Enhancements 2017-09-08 10:35:38 +02:00
basic-usage.rst Use Post class attributes in filename-pattern 2017-11-08 15:58:33 +01:00
cli-options.rst Use Post class attributes in filename-pattern 2017-11-08 15:58:33 +01:00
conf.py Documentation Enhancements 2017-09-08 10:35:38 +02:00
index.rst Documentation Enhancements 2017-09-08 10:35:38 +02:00
installation.rst Documentation Enhancements 2017-09-08 10:35:38 +02:00
Makefile Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
README.md Use Post class attributes in filename-pattern 2017-11-08 15:58:33 +01:00
requirements.txt Minor documentation fixes 2017-08-29 12:13:38 +02:00

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 sphinx sphinx-autodoc-typehints
make html