From a8f8cb92387ced528a1aae0962d2d309ee7ae6e7 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 26 Sep 2023 20:23:19 +0100 Subject: [PATCH] Add the marmosets' animal quest episode --- src/animal-quest.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/animal-quest.ts b/src/animal-quest.ts index 2a4357d..cb9ce4e 100644 --- a/src/animal-quest.ts +++ b/src/animal-quest.ts @@ -356,6 +356,23 @@ const animalQuest: Readonly = [ related: [], }, }, + { + video: { + id: 1935840442, + start: "00h00m00s", + }, + edition: "Marmoset Edition", + description: + "Meet the marmosets at Alveus, Momo and Appa, in this Animal Quest episode. Learn about the history and diet of marmosets, why deforestation is such a threat to them and our planet, the dangers of palm oil production and the exotic pet trade.", + broadcast: new Date("2023-09-26"), + host: "maya", + length: 2 * 60 * 60 + 25 * 60 + 31, // 00:00:00 - 02:25:31 + prezi: "MiQTpWL5gCQJpei9Yosz", + ambassadors: { + featured: ["momo", "appa"], + related: [], + }, + }, ] as const; export type AnimalQuestWithEpisode = AnimalQuest & {