From e43b7a48b08a6bbcb4e730e80395b3257681b33e Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 6 Oct 2020 18:51:33 +0200 Subject: parse categories, add multiple field values support (for categories) Fields with multiple values are separated by '|'. In the future multiple enclosure support might be added. The categories tags are now parsed. This feature is useful for filtering and categorizing. Parsing of nested tags such as has been improved. This code has been refactored. RSS isPermaLink is now handled differently also and will now prefer a permalink with "true" (link) over the ID. In practise multiple in an item does not happen. --- sfeed.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfeed.1') diff --git a/sfeed.1 b/sfeed.1 index b189ffb..3915511 100644 --- a/sfeed.1 +++ b/sfeed.1 @@ -46,6 +46,8 @@ RSS item GUID or Atom id. Item author. .It enclosure Item, first enclosure. +.It category +Item, categories, multiple values are separated by |. .El .Sh EXIT STATUS .Ex -std -- cgit v1.2.3