diff --git a/static/img/cover/nostrtalk.png b/static/img/cover/nostrtalk.png new file mode 100644 index 00000000000..2dc60cf0ac0 Binary files /dev/null and b/static/img/cover/nostrtalk.png differ diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js index 38d45afbceb..ef4e47e9a47 100644 --- a/tasks/fetch_feed.js +++ b/tasks/fetch_feed.js @@ -52,6 +52,7 @@ const parseEpisode = e => { if (categoryName === 'On-Tour') categoryName = 'On Tour' if (categoryName === 'Buchclub') categoryName = 'Lesestunde' if (categoryName === 'reCATion') categoryName = 'Verschiedenes' + if (categoryName === 'NostrTalk') categoryName = 'Verschiedenes' const firstLine = description.split('\n')[0] const blockMatch = firstLine.match(/Blockzeit\s(\d+)/) const block = blockMatch ? parseInt(blockMatch[1]) : null