
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.
16 lines
442 B
ReStructuredText
16 lines
442 B
ReStructuredText
Download Pictures from Instagram
|
|
---------------------------------
|
|
|
|
Basic Usage
|
|
^^^^^^^^^^^
|
|
|
|
.. include:: ../README.rst
|
|
:start-after: basic-usage-start
|
|
:end-before: basic-usage-end
|
|
|
|
.. (continuation of --only-if explanation)
|
|
|
|
The given string is evaluated as a
|
|
`Python boolean expression <https://docs.python.org/3/reference/expressions.html#boolean-operations>`__,
|
|
where all occuring variables are properties of the :ref:`post-class`.
|