[twitter] rename 'text-only' to 'text-tweets' (#570)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user