[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

@@ -256,9 +256,9 @@
"password": null,
"cards": false,
"conversations": false,
"quoted": true,
"quoted": false,
"replies": true,
"retweets": true,
"retweets": false,
"text-tweets": false,
"twitpic": false,
"users": "timeline",