From 6893cd3119ad2e73a79c3b0a0f1c279d05896223 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 14 Apr 2019 15:04:47 +0200 Subject: sfeed: add support for the first enclosure of an item This is useful for example for podcasts (audio attachment), newsposts (usually some image) or comic strips (link to page, image as enclosure). thanks leot for the feedback! --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 5c5a786..5a2f382 100644 --- a/util.h +++ b/util.h @@ -31,7 +31,7 @@ struct uri { enum { FieldUnixTimestamp = 0, FieldTitle, FieldLink, FieldContent, - FieldContentType, FieldId, FieldAuthor, FieldLast + FieldContentType, FieldId, FieldAuthor, FieldEnclosure, FieldLast }; int absuri(char *, size_t, const char *, const char *); -- cgit v1.2.3