[tumblr] add options to control extraction behavior (#48)

- posts   : list of post-types to inspect
- inline  : scan post bodies for inline images
- external: follow external links
This commit is contained in:
Mike Fährmann
2017-11-22 23:09:08 +01:00
parent 077f8c12be
commit 12de658937
3 changed files with 135 additions and 49 deletions

View File

@@ -100,6 +100,12 @@
{
"mp4": true
},
"tumblr":
{
"posts": "photo",
"inline": false,
"external": false
},
"recursive":
{
"blacklist": ["directlink", "oauth", "recursive", "test"]