[twitter] add 'replies' option (closes #705)

This commit is contained in:
Mike Fährmann
2020-04-29 23:11:24 +02:00
parent 19a7afdd9b
commit 9f638c2e01
3 changed files with 20 additions and 2 deletions

View File

@@ -1169,12 +1169,21 @@ Description Extract tweet text as ``content`` metadata.
=========== =====
extractor.twitter.replies
-------------------------
=========== =====
Type ``bool``
Default ``true``
Description Extract media from replies to other Tweets.
=========== =====
extractor.twitter.retweets
--------------------------
=========== =====
Type ``bool``
Default ``true``
Description Extract images from retweets.
Description Extract media from Retweets.
=========== =====

View File

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