[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:
@@ -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
|
||||
|
||||
@@ -177,6 +177,7 @@
|
||||
"pillowfort":
|
||||
{
|
||||
"external": false,
|
||||
"inline": true,
|
||||
"reblogs": false
|
||||
},
|
||||
"pinterest":
|
||||
|
||||
Reference in New Issue
Block a user