[twitter] add 'replies' option (closes #705)
This commit is contained in:
@@ -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.
|
||||
=========== =====
|
||||
|
||||
|
||||
|
||||
@@ -154,6 +154,7 @@
|
||||
"twitter":
|
||||
{
|
||||
"content": false,
|
||||
"replies": true,
|
||||
"retweets": true,
|
||||
"twitpic": false,
|
||||
"videos": true
|
||||
|
||||
Reference in New Issue
Block a user