mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-20 17:22:31 +01:00
update documentation for --count option (#1139)
This commit is contained in:
parent
e67b9e6c37
commit
8a26943215
@ -164,8 +164,8 @@ Which Posts to Download
|
|||||||
|
|
||||||
.. option:: --count COUNT, -c
|
.. option:: --count COUNT, -c
|
||||||
|
|
||||||
Do not attempt to download more than COUNT posts. Applies only to
|
Do not attempt to download more than COUNT posts. Applies to
|
||||||
``#hashtag``, ``%location id``, and ``:feed``.
|
``#hashtag``, ``%location_id``, ``:feed``, and ``:saved``.
|
||||||
|
|
||||||
|
|
||||||
Login (Download Private Profiles)
|
Login (Download Private Profiles)
|
||||||
|
@ -335,7 +335,7 @@ def main():
|
|||||||
|
|
||||||
g_cond.add_argument('-c', '--count',
|
g_cond.add_argument('-c', '--count',
|
||||||
help='Do not attempt to download more than COUNT posts. '
|
help='Do not attempt to download more than COUNT posts. '
|
||||||
'Applies only to #hashtag and :feed.')
|
'Applies to #hashtag, %%location_id, :feed, and :saved.')
|
||||||
|
|
||||||
g_login = parser.add_argument_group('Login (Download Private Profiles)',
|
g_login = parser.add_argument_group('Login (Download Private Profiles)',
|
||||||
'Instaloader can login to Instagram. This allows downloading private profiles. '
|
'Instaloader can login to Instagram. This allows downloading private profiles. '
|
||||||
|
Loading…
Reference in New Issue
Block a user