[twitter] improve 'content' formatting; add option (#338)
- include emoticons - leave newlines intact - remove pic.twitter.com/ links at the end
This commit is contained in:
@@ -922,6 +922,15 @@ Description A (comma-separated) list of post types to extract images, etc. from.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.twitter.content
|
||||
-------------------------
|
||||
=========== =====
|
||||
Type ``bool``
|
||||
Default ``false``
|
||||
Description Extract tweet text as ``content`` metadata.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.twitter.retweets
|
||||
--------------------------
|
||||
=========== =====
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
},
|
||||
"twitter":
|
||||
{
|
||||
"content": false,
|
||||
"retweets": true,
|
||||
"videos": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user