[pillowfort] add 'inline' option (#846)

to support images present in a post's 'content',
but not listed in 'media'.

also separates the file hash present at the beginning
of each 'filename' into its own field.
This commit is contained in:
Mike Fährmann
2021-05-17 02:57:02 +02:00
parent efa6cc8ec3
commit a7e4917ee1
3 changed files with 38 additions and 6 deletions

View File

@@ -1316,6 +1316,16 @@ Description
Follow links to external sites, e.g. Twitter,
extractor.pillowfort.inline
---------------------------
Type
``bool``
Default
``true``
Description
Extract inline images.
extractor.pillowfort.reblogs
----------------------------
Type

View File

@@ -177,6 +177,7 @@
"pillowfort":
{
"external": false,
"inline": true,
"reblogs": false
},
"pinterest":