Skip to content

Commit

Permalink
Use remastered episode for Stompy's animal quest (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Jan 24, 2024
1 parent adab390 commit 524c0d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.27.2",
"version": "0.28.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ const animalQuest: Readonly<AnimalQuest[]> = [
},
{
video: {
id: 1180894968,
start: "00h00m27s",
id: 2041730968, // Original: 1180894968
start: "00h03m56s",
},
edition: "Emu Edition",
description:
"Meet Stompy, Alveus' Emu, and learn about the threats that his species faces in the wild including the exotic meat trade and production of emu products such as emu oil. We'll also discuss the great emu war of 1932 and the natural history of emus.",
broadcast: new Date("2021-10-18"),
broadcast: new Date("2024-01-23"),
host: "maya",
length: 60 * 60 + 54 * 60 + 49, // 00:00:27 - 01:55:16
length: 60 * 60 + 17 * 60 + 26, // 00:03:56 - 01:21:22
prezi: "hMjOOn7uaCwWxXGOJbju",
ambassadors: {
featured: ["stompy"],
Expand Down

0 comments on commit 524c0d7

Please sign in to comment.