diff options
-rwxr-xr-x | draco.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/draco.pl b/draco.pl index 2cecaf6..37e4654 100755 --- a/draco.pl +++ b/draco.pl @@ -63,6 +63,8 @@ foreach my $detail (qw( subreddit created_utc author permalink print ":${detail}: =$post->{$detail}=\n" if scalar $post->{$detail}; } +# Include the archive date in properties. +print ":ARCHIVE_DATE: $date\n"; print ":END:\n"; # Add selftext if present. |