[patreon] add 'format-images' option (#6569)

This commit is contained in:
Mike Fährmann
2024-12-04 21:07:34 +01:00
parent 45ce0a2797
commit a526a3d00d
3 changed files with 56 additions and 4 deletions

View File

@@ -3442,10 +3442,38 @@ Type
Default
``["images", "image_large", "attachments", "postfile", "content"]``
Description
Determines the type and order of files to be downloaded.
Determines types and order of files to download.
Available types are
``postfile``, ``images``, ``image_large``, ``attachments``, and ``content``.
Available types:
* ``postfile``
* ``images``
* ``image_large``
* ``attachments``
* ``content``
extractor.patreon.format-images
-------------------------------
Type
``string``
Default
``"download_url"``
Description
Selects the format of ``images`` `files <extractor.patreon.files_>`__.
Possible formats:
* ``original``
* ``default``
* ``default_small``
* ``default_blurred``
* ``default_blurred_small``
* ``thumbnail``
* ``thumbnail_large``
* ``thumbnail_small``
* ``url``
* ``download_url``
extractor.pillowfort.external