arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
Feed
arsd
rss
generic subset of rss and atom, normalized for easy consumption
struct
Feed {
string
title
;
string
description
;
string
lastUpdated
;
struct
Item
;
Item
[]
items
;
}
Members
Structs
Item
struct
Item
Variables
description
string
description
;
items
Item
[]
items
;
lastUpdated
string
lastUpdated
;
title
string
title
;
Meta
Source
See Implementation
arsd
rss
enums
FeedType
functions
feedToAtom
identifyFeed
parseAtom
parseFeed
parseRss
structs
AtomContent
AtomEnclosure
AtomEntry
AtomFeed
AtomPerson
Feed
RssImage
generic subset of rss and atom, normalized for easy consumption