From 5e6159ade398272f8230fa10e5eb725403f35095 Mon Sep 17 00:00:00 2001 From: BlipRanger Date: Sun, 28 Mar 2021 16:31:03 -0400 Subject: [PATCH] Add created date to archive output --- bulkredditdownloader/archive_entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bulkredditdownloader/archive_entry.py b/bulkredditdownloader/archive_entry.py index a223c66..c9668e7 100644 --- a/bulkredditdownloader/archive_entry.py +++ b/bulkredditdownloader/archive_entry.py @@ -38,6 +38,7 @@ class ArchiveEntry: 'link_flair_text': self.submission.link_flair_text, 'num_comments': self.submission.num_comments, 'over_18': self.submission.over_18, + 'created_utc': self.submission.created_utc, } def _get_comments(self):