mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
e9207f095f
- 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.
16 lines
329 B
Markdown
16 lines
329 B
Markdown
# 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](http://www.sphinx-doc.org/). To build it, use
|
|
|
|
```
|
|
pip3 install sphinx sphinx-autodoc-typehints
|
|
make html
|
|
```
|