Kolomona on Nostr: npub1ln5q8…5xyw6 Is there an endpoint where I can get episode info as well as the ...
npub1ln5q8np5aezhtt7ztv6tah86xk4t3smjuchdvxp0u6uta056204q45xyw6 (npub1ln5…xyw6)
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
}
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
}