[tumblr] add option to filter reblogged posts (#61)

Reblogs are ignored by default, but can be included by setting
'extractor.tumblr.reblogs' to 'true'.
This commit is contained in:
Mike Fährmann
2018-01-05 13:00:25 +01:00
parent a794fffc6d
commit d235f68f59
3 changed files with 20 additions and 2 deletions

View File

@@ -644,6 +644,15 @@ Description Search posts for inline images.
=========== =====
extractor.tumblr.reblogs
------------------------
=========== =====
Type ``bool``
Default ``false``
Description Extract images from reblogged posts.
=========== =====
extractor.tumblr.posts
----------------------
=========== =====

View File

@@ -111,6 +111,7 @@
{
"posts": "photo",
"inline": false,
"reblogs": false,
"external": false
},
"recursive":