Skip to content

Commit

Permalink
Add Push Pop's animal quest episode (#77)
Browse files Browse the repository at this point in the history
* Add Push Pop's animal quest episode

* Fix broadcast date

Co-authored-by: Paul Golmann <[email protected]>

---------

Co-authored-by: Paul Golmann <[email protected]>
  • Loading branch information
MattIPv4 and pjeweb authored Oct 2, 2024
1 parent 9fa7669 commit af758dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.39.0",
"version": "0.40.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,23 @@ const animalQuest: Readonly<AnimalQuest[]> = [
related: [],
},
},
{
video: {
id: 2265046586,
start: "00h00m25s",
},
edition: "Tortoise Edition",
description:
"Meet Push Pop, Alveus' Sulcata Tortoise, in this episode. Learn about the history and endangerment of African Spurred Tortoises, the pet trade and how conservation efforts can help save them, and how we can all make a difference.",
broadcast: new Date("2024-08-27"),
host: "maya",
length: 60 * 60 + 5 * 60 + 25, // 00:00:25 - 01:05:50
prezi: "UxZPN3llGDZevXDS68rd",
ambassadors: {
featured: ["pushPop"],
related: [],
},
},
] as const;

export type AnimalQuestWithEpisode = AnimalQuest & {
Expand Down

0 comments on commit af758dc

Please sign in to comment.