![]() Add feature from issue #892 (Save content using original filenames) - The new feature would download posts and save the images/videos with the original filenames. - The implementation follows the other options for the filename-pattern parameter. As filename is related to a single file and not the whole post, for sidecar nodes the filename is calculated again. - Using this option media from one post is only grouped together by the file modification timestamp. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
codesnippets | ||
module | ||
.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