[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user