Join Nostr
2024-03-03 15:43:14 UTC

Kolomona - Sir Libre ⚡🤘 on Nostr: npub1ln5q8…5xyw6 Is there an endpoint where I can get episode info as well as the ...



Is there an endpoint where I can get episode info as well as the feed author in one call. using feedGuid and itemGuid for lookup?

Here's what I'm attempting.

let item = {
artistName: pciItem.author, // not in response
feedGuid: pciItem.podcastGuid,
itemGuid: pciItem.guid,
imageURL: pciItem.episode.image,
mp3URL: pciItem.episode.enclosureUrl,
albumName: pciItem.episode.feedTitle,
title: pciItem.episode.title
}