Minor fixes to README.rst
This commit is contained in:
parent
c61d6a93b2
commit
9939eab8ec
30
README.rst
30
README.rst
@ -45,7 +45,7 @@ To later **update your local copy** of that profiles, you may run
|
|||||||
|
|
||||||
instaloader --fast-update profile [profile ...]
|
instaloader --fast-update profile [profile ...]
|
||||||
|
|
||||||
When ``--fast-update`` is given, Instaloader stops when arriving at the
|
If ``--fast-update`` is given, Instaloader stops when arriving at the
|
||||||
first already-downloaded picture. When updating profiles, Instaloader
|
first already-downloaded picture. When updating profiles, Instaloader
|
||||||
automatically **detects profile name changes** and renames the target
|
automatically **detects profile name changes** and renames the target
|
||||||
directory accordingly.
|
directory accordingly.
|
||||||
@ -57,10 +57,10 @@ invoke it with
|
|||||||
|
|
||||||
instaloader --login=your_username profile [profile ...]
|
instaloader --login=your_username profile [profile ...]
|
||||||
|
|
||||||
When invoked like this, it also **stores the session cookies** in a file
|
When logging in, Instaloader **stores the session cookies** in a file in
|
||||||
in your temporary directory, which will be reused later when ``--login``
|
your temporary directory, which will be reused later the next time
|
||||||
is given. So you can download private profiles **non-interactively**
|
``--login`` is given. So you can download private profiles
|
||||||
when you already have a valid session cookie file.
|
**non-interactively** when you already have a valid session cookie file.
|
||||||
|
|
||||||
What to Download
|
What to Download
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
@ -71,7 +71,7 @@ may specify the following targets:
|
|||||||
- ``profile``: Public profile, or private profile with ``--login``,
|
- ``profile``: Public profile, or private profile with ``--login``,
|
||||||
|
|
||||||
- ``"#hashtag"``: Posts with a certain **hashtag** (the quotes are
|
- ``"#hashtag"``: Posts with a certain **hashtag** (the quotes are
|
||||||
usually neccessary)
|
usually neccessary),
|
||||||
|
|
||||||
- ``:stories``: The currently-visible **stories** of your followees
|
- ``:stories``: The currently-visible **stories** of your followees
|
||||||
(requires ``--login``),
|
(requires ``--login``),
|
||||||
@ -83,10 +83,10 @@ may specify the following targets:
|
|||||||
|
|
||||||
Instaloader goes through all media matching the specified targets and
|
Instaloader goes through all media matching the specified targets and
|
||||||
downloads the pictures and videos and their captions. You can specify
|
downloads the pictures and videos and their captions. You can specify
|
||||||
``--comments`` to also **download comments** of each post, ``--geotags``
|
``--comments`` to also **download comments** of each post and
|
||||||
to **download geotags** of each post and save them as Google Maps link.
|
``--geotags`` to **download geotags** of each post and save them as
|
||||||
For each profile you download, ``--stories`` instructs Instaloader to
|
Google Maps link. For each profile you download, ``--stories``
|
||||||
**download the user's stories**.
|
instructs Instaloader to **download the user's stories**.
|
||||||
|
|
||||||
Filename Specification
|
Filename Specification
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
@ -120,9 +120,9 @@ timestamp. The default for ``{date}`` is ``{date:%Y-%m-%d_%H-%M-%S}``.
|
|||||||
Filter Posts
|
Filter Posts
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
The ``--only-if`` option allows to specify criterias which posts have to
|
The ``--only-if`` option allows to specify criterias that posts have to
|
||||||
meet to be downloaded. If not given, all posts are downloaded. It must
|
meet to be downloaded. If not given, all posts are downloaded. It must
|
||||||
be a boolean python expression where the variables ``likes``,
|
be a boolean Python expression where the variables ``likes``,
|
||||||
``comments``, ``viewer_has_liked``, ``is_video``, ``date``, and some
|
``comments``, ``viewer_has_liked``, ``is_video``, ``date``, and some
|
||||||
more (see class ``instaloader.Post`` for a full list) are defined.
|
more (see class ``instaloader.Post`` for a full list) are defined.
|
||||||
|
|
||||||
@ -134,14 +134,14 @@ To **download the pictures from your feed that you have liked**:
|
|||||||
|
|
||||||
instaloader --login=your_username --only-if=viewer_has_liked :feed
|
instaloader --login=your_username --only-if=viewer_has_liked :feed
|
||||||
|
|
||||||
Or you might only want to download posts that either you liked or were
|
Or you might only want to download **posts that either you liked or were
|
||||||
liked by many others:
|
liked by many others**:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
instaloader --login=your_username --only-if="likes>100 or viewer_has_liked" profile
|
instaloader --login=your_username --only-if="likes>100 or viewer_has_liked" profile
|
||||||
|
|
||||||
Or you may skip videos:
|
Or you may **skip videos**:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user