Skip to content

Commit

Permalink
[tumblr] provide parsed 'date' metadata (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Apr 29, 2019
1 parent 9544683 commit add7e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/tumblr.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def items(self):
post["reblogged"] = reblog

post["blog"] = blog
post["date"] = text.parse_timestamp(post["timestamp"])
post["num"] = 0

if "trail" in post:
Expand Down

0 comments on commit add7e69

Please sign in to comment.