[twitter] remove 'content' option

The text content of each tweet is always available as 'full_text'
This commit is contained in:
Mike Fährmann
2020-06-04 01:24:21 +02:00
parent 2132e5461a
commit 0138e9c1d8
2 changed files with 0 additions and 10 deletions

View File

@@ -1192,15 +1192,6 @@ 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.replies
-------------------------
=========== =====

View File

@@ -151,7 +151,6 @@
},
"twitter":
{
"content": false,
"replies": true,
"retweets": true,
"twitpic": false,