From a1516cb7869a0dd99ebaacf846ad4161f2b9b9a2 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 12 Oct 2020 18:41:31 +0200 Subject: RSS: give Dublin Core higher priority over This way dc:date could be the updated time of the item. For Atom there is and with the same logic. --- sfeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfeed.c') diff --git a/sfeed.c b/sfeed.c index 54f2244..400e326 100644 --- a/sfeed.c +++ b/sfeed.c @@ -46,7 +46,7 @@ typedef struct string { enum TagId { TagUnknown = 0, /* RSS */ - RSSTagDcdate, RSSTagPubdate, + RSSTagPubdate, RSSTagDcdate, RSSTagTitle, RSSTagMediaDescription, RSSTagDescription, RSSTagContentEncoded, RSSTagGuid, -- cgit v1.2.3