[twitter] change default value for 'videos' to 'true'
Every other 'videos' option defaulted to 'true', except Twitter.
This commit is contained in:
@@ -34,7 +34,7 @@ class TwitterExtractor(Extractor):
|
||||
self.retweets = self.config("retweets", True)
|
||||
self.twitpic = self.config("twitpic", False)
|
||||
self.content = self.config("content", False)
|
||||
self.videos = self.config("videos", False)
|
||||
self.videos = self.config("videos", True)
|
||||
|
||||
if self.content:
|
||||
self._emoji_sub = re.compile(
|
||||
|
||||
Reference in New Issue
Block a user