[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:
@@ -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
|
||||
|
||||
@@ -284,6 +284,7 @@
|
||||
"external": false,
|
||||
"inline": true,
|
||||
"posts": "all",
|
||||
"original": true,
|
||||
"reblogs": true
|
||||
},
|
||||
"twitter":
|
||||
|
||||
Reference in New Issue
Block a user