[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:
@@ -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
|
||||
----------------------
|
||||
=========== =====
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
{
|
||||
"posts": "photo",
|
||||
"inline": false,
|
||||
"reblogs": false,
|
||||
"external": false
|
||||
},
|
||||
"recursive":
|
||||
|
||||
Reference in New Issue
Block a user