mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
🛠 Meta information
This commit is contained in:
@@ -34,6 +34,7 @@ const parseInfo = e => {
|
||||
const episodes = feed.items.map(e => ({
|
||||
title: e.title.trim(),
|
||||
content: e.content.trim(),
|
||||
contentSnippet: e.contentSnippet.trim(),
|
||||
anchor: e.link,
|
||||
date: e.isoDate,
|
||||
enclosure: e.enclosure,
|
||||
|
||||
Reference in New Issue
Block a user