[tumblr] change reblogs default value to true (#61)

This commit is contained in:
Mike Fährmann
2018-01-06 15:52:08 +01:00
parent d235f68f59
commit 03b8a548cb
4 changed files with 7 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ class TumblrExtractor(Extractor):
self.types = self._setup_posttypes()
self.inline = self.config("inline", False)
self.reblogs = self.config("reblogs", False)
self.reblogs = self.config("reblogs", True)
self.external = self.config("external", False)
if len(self.types) == 1: