Skip to content

Commit

Permalink
Use remastered episode for Snakes' animal quest
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Feb 20, 2024
1 parent 808b87a commit 0064b59
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.29.0",
"version": "0.30.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 @@ -69,15 +69,15 @@ const animalQuest: Readonly<AnimalQuest[]> = [
},
{
video: {
id: 1226537529,
start: "00h00m21s",
id: 2068671661, // Original: 1226537529
start: "00h08m40s",
},
edition: "Snake Edition",
description:
"Learn about the snake ambassadors at Alveus, Noodle and Patchy, their conversation status, and interactions with humans. We'll also discuss the pet trade and morph breeding, the negative impacts it has on their species, and what you can do to reduce that impact.",
broadcast: new Date("2021-12-06"),
broadcast: new Date("2024-02-20"),
host: "maya",
length: 60 * 60 + 29 * 60 + 17, // 00:00:21 - 01:29:38
length: 60 * 60 + 14 * 60 + 50, // 00:08:40 - 01:23:30
prezi: "7tt98qyUgXTmnIrZqXZa",
ambassadors: {
featured: ["noodle", "patchy"],
Expand Down

0 comments on commit 0064b59

Please sign in to comment.