[tumblr] attempt to extract full-resolution photos

- for photos with apparent width == 2048 or height == 3072
- can be disabled with 'original' option
This commit is contained in:
Mike Fährmann
2022-08-10 20:01:46 +02:00
parent d0adc13e23
commit df1c643dda
3 changed files with 33 additions and 0 deletions

View File

@@ -2237,6 +2237,20 @@ Description
Search posts for inline images and videos.
extractor.tumblr.original
-------------------------
Type
``bool``
Default
``true``
Description
Download full-resolution ``photo`` images.
For each photo with "maximum" resolution
(width equal to 2048 or height equal to 3072),
use an extra HTTP request to find the URL to its full-resolution version.
extractor.tumblr.reblogs
------------------------
Type

View File

@@ -284,6 +284,7 @@
"external": false,
"inline": true,
"posts": "all",
"original": true,
"reblogs": true
},
"twitter":