[twitter] rename 'text-only' to 'text-tweets' (#570)

This commit is contained in:
Mike Fährmann
2021-05-22 21:07:21 +02:00
parent da6806a161
commit b5affc62aa
3 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class TwitterExtractor(Extractor):
def __init__(self, match):
Extractor.__init__(self, match)
self.user = match.group(1)
self.textonly = self.config("text-only", False)
self.textonly = self.config("text-tweets", False)
self.retweets = self.config("retweets", True)
self.replies = self.config("replies", True)
self.twitpic = self.config("twitpic", False)