Skip to content

Commit

Permalink
Add the isopods' animal quest episode
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Aug 31, 2023
1 parent 4e351fc commit 399621b
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 @@ -339,6 +339,23 @@ const animalQuest: Readonly<AnimalQuest[]> = [
related: [],
},
},
{
video: {
id: 1913457644,
start: "00h10m30s",
},
edition: "Isopod Edition",
description:
"Get to know all the isopods at Alveus, Marty our Zebra isopods and BB our Spanish Orange isopods. Learn about what isopods are, as well as why invertebrate conservation is so important for us and why we should care about them.",
broadcast: new Date("2023-08-31"),
host: "maya",
length: 60 * 60 + 10 * 60 + 50, // 00:10:30 - 01:21:20
prezi: "8bVarKy0mKSvgdl9objv",
ambassadors: {
featured: ["marty", "bb"],
related: [],
},
},
] as const;

export type AnimalQuestWithEpisode = AnimalQuest & {
Expand Down

0 comments on commit 399621b

Please sign in to comment.