Update DinosaurWet images

This commit is contained in:
2023-10-11 18:38:02 -06:00
parent eb7d0dc1f8
commit 2963334778

View File

@@ -37,6 +37,9 @@ type Episode = {
fakeReleaseDate: Date; fakeReleaseDate: Date;
}; };
const dinosaurImage =
'https://www.sanspantsradio.com/wp-content/uploads/2023/03/Dino-Wet-600x600.jpg';
const episodes: Episode[] = episodeFiles.map((file, i) => { const episodes: Episode[] = episodeFiles.map((file, i) => {
const [length, filename] = file; const [length, filename] = file;
return { return {
@@ -81,6 +84,13 @@ const buildFeeds = (
{ {
link: 'https://sanspantsradio.com', link: 'https://sanspantsradio.com',
}, },
{
'itunes:image': {
_attr: {
href: dinosaurImage,
},
},
},
{ {
description: description:
'A recreation of Dinosaur Wet as an RSS feed for listeners-with-licenses enjoyment.', 'A recreation of Dinosaur Wet as an RSS feed for listeners-with-licenses enjoyment.',
@@ -96,6 +106,14 @@ const buildFeeds = (
{ title }, { title },
{ guid: url }, { guid: url },
{ pubDate: pubDateFn(index).toUTCString() }, { pubDate: pubDateFn(index).toUTCString() },
{
'itunes:image': {
_attr: {
href: dinosaurImage,
},
},
},
{ 'itunes:episode': index + 1 },
{ {
enclosure: [ enclosure: [
{ {