[patreon] add explicit 'image_large' file type (#2257)

to allow more control over when and if to download 'large_url' images

4fee3a0e52 forced them to be downloaded
instead of regular images, even though 'large_url' images are most likely
an upscaled version of the original.
This commit is contained in:
Mike Fährmann
2022-03-06 17:07:13 +01:00
parent 6ea3ff5173
commit bfa5e61900
2 changed files with 14 additions and 10 deletions

View File

@@ -1661,12 +1661,12 @@ extractor.patreon.files
Type
``list`` of ``strings``
Default
``["images", "attachments", "postfile", "content"]``
``["images", "image_large", "attachments", "postfile", "content"]``
Description
Determines the type and order of files to be downloaded.
Available types are
``postfile``, ``images``, ``attachments``, and ``content``.
``postfile``, ``images``, ``image_large``, ``attachments``, and ``content``.
extractor.photobucket.subalbums