[twitter] change some defaults

- 'retweets' option: true -> false
- 'quoted' option  : true -> false

  i.e. disable downloading tweets from other user's timelines by default

- search directory:
    '["{category}", "Search", "{search}"]' ->
    '["{category}", "{user[name]}"]'

  i.e. change it to the same as other twitter extractors (#1308)
This commit is contained in:
Mike Fährmann
2021-06-11 21:19:04 +02:00
parent 4e4ca3c330
commit a751afdfb3
3 changed files with 10 additions and 11 deletions

View File

@@ -1715,7 +1715,7 @@ extractor.twitter.quoted
Type
``bool``
Default
``true``
``false``
Description
Fetch media from quoted Tweets.
@@ -1735,7 +1735,7 @@ extractor.twitter.retweets
Type
``bool``
Default
``true``
``false``
Description
Fetch media from Retweets.