Skip to content

Commit

Permalink
Add the marmosets' animal quest episode
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Sep 26, 2023
1 parent 634210a commit a8f8cb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,23 @@ const animalQuest: Readonly<AnimalQuest[]> = [
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 & {
Expand Down

0 comments on commit a8f8cb9

Please sign in to comment.