[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:
Mike Fährmann
2019-07-17 15:35:42 +02:00
parent 1740086d8a
commit feb98cf196
4 changed files with 35 additions and 10 deletions

View File

@@ -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
--------------------------
=========== =====

View File

@@ -132,6 +132,7 @@
},
"twitter":
{
"content": false,
"retweets": true,
"videos": false
},