[tumblr] provide parsed 'date' metadata (#232)

This commit is contained in:
Mike Fährmann
2019-04-29 17:30:42 +02:00
parent 9544683d56
commit add7e693d0

View File

@@ -87,6 +87,7 @@ class TumblrExtractor(Extractor):
post["reblogged"] = reblog
post["blog"] = blog
post["date"] = text.parse_timestamp(post["timestamp"])
post["num"] = 0
if "trail" in post: