added more fields to the wxr parser

This commit is contained in:
2026-02-14 19:11:16 +01:00
parent 49e3ed7a95
commit 973d6af231
3 changed files with 51 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ interface AnalyzedPostItem {
status: string;
excerpt: string;
pubDate: string | null;
postDate: string | null;
postModified: string | null;
creator: string;
postType: string;
categories: string[];