The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fuck?

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 5fcb5d62 09f380f6

+6 -2
+6 -2
lume/plugins/podcast_feed.ts
··· 227 227 "@xmlns:sy": "http://purl.org/rss/1.0/modules/syndication/", 228 228 "@xmlns:slash": "http://purl.org/rss/1.0/modules/slash/", 229 229 "@xmlns:itunes": "http://www.itunes.com/dtds/podcast-1.0.dtd", 230 + "@xmlns:podcast": "https://podcastindex.org/namespace/1.0", 230 231 "@version": "2.0", 231 232 channel: clean({ 232 233 title: data.title, ··· 250 251 "itunes:image": { 251 252 "@href": "https://cdn.xeiaso.net/file/christine-static/xecast/itunes-image.jpg", 252 253 }, 253 - "author": "xecast@xeiaso.net", 254 - "itunes:email": "xecast@xeiaso.net", 254 + "author": "xecast@xeserv.us", 255 + "itunes:owner": { 256 + "itunes:name": "Xe Iaso", 257 + "itunes:email": "xecast@xeserv.us", 258 + }, 255 259 item: data.items.map((item) => 256 260 clean({ 257 261 title: item.title,