
caption_hashtags is a list of all hashtags that are mentioned in the Post's caption. It allows to easily filter Posts that have multiple hashtags, and as such fixes #24. Further, the documentation of --only-if has been completed by linking to a description of the syntax in the Python documentation, and by linking to a list of all defined properties with their meanings. So, this commit also closes #42.
27 lines
421 B
ReStructuredText
27 lines
421 B
ReStructuredText
Usage as Python Module
|
|
----------------------
|
|
|
|
Introduction
|
|
^^^^^^^^^^^^
|
|
|
|
.. include:: ../README.rst
|
|
:start-after: as-module-intro-start
|
|
:end-before: as-module-intro-end
|
|
|
|
|
|
``Instaloader`` (Main Class)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. autoclass:: instaloader.Instaloader
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. _post-class:
|
|
|
|
``Post`` Class
|
|
^^^^^^^^^^^^^^
|
|
|
|
.. autoclass:: instaloader.Post
|
|
:members:
|
|
:undoc-members:
|