[twitter] add option to filter media from quoted tweets (#854)

This commit is contained in:
Mike Fährmann
2020-06-24 21:13:16 +02:00
parent 56ab5fb8f4
commit 9da2bc67f8
3 changed files with 27 additions and 9 deletions

View File

@@ -1213,12 +1213,21 @@ Description A (comma-separated) list of post types to extract images, etc. from.
=========== =====
extractor.twitter.quoted
------------------------
=========== =====
Type ``bool``
Default ``true``
Description Fetch media from quoted Tweets.
=========== =====
extractor.twitter.replies
-------------------------
=========== =====
Type ``bool``
Default ``true``
Description Extract media from replies to other Tweets.
Description Fetch media from replies to other Tweets.
=========== =====
@@ -1227,7 +1236,7 @@ extractor.twitter.retweets
=========== =====
Type ``bool``
Default ``true``
Description Extract media from Retweets.
Description Fetch media from Retweets.
=========== =====

View File

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