docs: versionadded/changed directives for 4.3
This commit is contained in:
parent
dc289024c8
commit
0aac91680f
@ -187,8 +187,6 @@ Exceptions
|
|||||||
|
|
||||||
.. autoexception:: QueryReturnedBadRequestException
|
.. autoexception:: QueryReturnedBadRequestException
|
||||||
|
|
||||||
.. autoexception:: QueryReturnedNotFoundException
|
|
||||||
|
|
||||||
.. autoexception:: QueryReturnedForbiddenException
|
.. autoexception:: QueryReturnedForbiddenException
|
||||||
|
|
||||||
.. autoexception:: ProfileNotExistsException
|
.. autoexception:: ProfileNotExistsException
|
||||||
@ -211,6 +209,13 @@ Exceptions
|
|||||||
|
|
||||||
.. autoexception:: PostChangedException
|
.. autoexception:: PostChangedException
|
||||||
|
|
||||||
|
.. autoexception:: QueryReturnedNotFoundException
|
||||||
|
|
||||||
|
.. versionchanged:: 4.3
|
||||||
|
QueryReturnedNotFoundException now inherits ConnectionException
|
||||||
|
to retry on 404 errors.
|
||||||
|
|
||||||
|
|
||||||
.. autoexception:: TooManyRequestsException
|
.. autoexception:: TooManyRequestsException
|
||||||
|
|
||||||
``InstaloaderContext`` (Low-level functions)
|
``InstaloaderContext`` (Low-level functions)
|
||||||
|
@ -250,6 +250,8 @@ Miscellaneous Options
|
|||||||
|
|
||||||
Seconds to wait before timing out a connection request.
|
Seconds to wait before timing out a connection request.
|
||||||
|
|
||||||
|
.. versionadded:: 4.3
|
||||||
|
|
||||||
.. option:: +args.txt
|
.. option:: +args.txt
|
||||||
|
|
||||||
Read arguments from file `args.txt`, a shortcut to provide arguments from
|
Read arguments from file `args.txt`, a shortcut to provide arguments from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user