[twitter] add 'size' option (#1881)
This commit is contained in:
@@ -1241,7 +1241,7 @@ Default
|
||||
``"mp4"``
|
||||
Description
|
||||
The name of the preferred animation format, which can be one of
|
||||
``"mp4"``, ``"webm"``, ``"gif"``, ``"webp"`` or ``"mjpg"``.
|
||||
``"mp4"``, ``"webm"``, ``"gif"``, ``"webp"``, or ``"mjpg"``.
|
||||
|
||||
If the selected format is not available, ``"mp4"``, ``"webm"``
|
||||
and ``"gif"`` (in that order) will be tried instead, until an
|
||||
@@ -1266,16 +1266,6 @@ Description
|
||||
You can use ``"all"`` instead of listing all values separately.
|
||||
|
||||
|
||||
extractor.hentainexus.original
|
||||
------------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Download original files instead of WebP versions.
|
||||
|
||||
|
||||
extractor.hitomi.metadata
|
||||
-------------------------
|
||||
Type
|
||||
@@ -1842,8 +1832,7 @@ Default
|
||||
``"mp4"``
|
||||
Description
|
||||
The name of the preferred format, which can be one of
|
||||
``"mp4"``, ``"webm"``, ``"gif"``, ``"webp"``, ``"mobile"``,
|
||||
or ``"mini"``.
|
||||
``"mp4"``, ``"webm"``, ``"gif"``, ``"webp"``, ``"mobile"``, or ``"mini"``.
|
||||
|
||||
If the selected format is not available, ``"mp4"``, ``"webm"``
|
||||
and ``"gif"`` (in that order) will be tried instead, until an
|
||||
@@ -1972,6 +1961,21 @@ Description
|
||||
<https://help.twitter.com/en/using-twitter/twitter-conversations>`__.
|
||||
|
||||
|
||||
extractor.twitter.size
|
||||
----------------------
|
||||
Type
|
||||
``list`` of ``strings``
|
||||
Default
|
||||
``["orig", "large", "medium", "small"]``
|
||||
Description
|
||||
The image version to download.
|
||||
Any entries after the first one will be used for potential
|
||||
`fallback <extractor.*.fallback_>`_ URLs.
|
||||
|
||||
Known available sizes are
|
||||
``4096x4096``, ``orig``, ``large``, ``medium``, and ``small``.
|
||||
|
||||
|
||||
extractor.twitter.logout
|
||||
------------------------
|
||||
Type
|
||||
|
||||
Reference in New Issue
Block a user