mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Add NostrTalk
This commit is contained in:
BIN
static/img/cover/nostrtalk.png
Normal file
BIN
static/img/cover/nostrtalk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user