Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: crashing on startup
  • Loading branch information
Sticks committed Mar 24, 2025
1 parent 9d629ce commit 61e621f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/src/core/api.js
Expand Up @@ -356,7 +356,7 @@ export const runAPI = async (express, app, __dirname, isPrimary = true) => {
}, () => {
if (isPrimary) {
console.log(`\n` +
Bright(Cyan("cobalt ")) + Bright("API ^ω^") + "\n" +
Bright(Cyan("Team Hydra Video Downloader ")) + Bright("API ^ω^") + "\n" +

"~~~~~~\n" +
Bright("version: ") + version + "\n" +
Expand Down
2 changes: 1 addition & 1 deletion config.json
Expand Up @@ -4,7 +4,7 @@
"name": "downloader-api",
"cwd": "api",
"script": "node",
"args": "src/thvideodl.js",
"args": "src/cobalt.js",
"env": {
"API_URL": "https://dl.hep.gg/",
"API_PORT": 9000,
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml
Expand Up @@ -56,8 +56,8 @@ importers:
specifier: 1.0.3
version: 1.0.3
youtubei.js:
specifier: ^12.2.0
version: 12.2.0
specifier: ^13.2.0
version: 13.2.0
zod:
specifier: ^3.23.8
version: 3.23.8
Expand Down Expand Up @@ -1592,8 +1592,8 @@ packages:
jackspeak@3.4.3:
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}

jintr@3.2.0:
resolution: {integrity: sha512-psD1yf05kMKDNsUdW1l5YhO59pHScQ6OIHHb8W5SKSM2dCOFPsqolmIuSHgVA8+3Dc47NJR181CXZ4alCAPTkA==}
jintr@3.2.1:
resolution: {integrity: sha512-yjKUBuwTTg4nc4izMysxuIk0BKh45hnbc1KnXE6LxagIGZn5od+I2elpuRY9IIm3EiKiUZxhxV89a0iX+xoEZg==}

joycon@3.1.1:
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
Expand Down Expand Up @@ -2399,8 +2399,8 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}

youtubei.js@12.2.0:
resolution: {integrity: sha512-G+50qrbJCToMYhu8jbaHiS3Vf+RRul+CcDbz3hEGwHkGPh+zLiWwD6SS+YhYF+2/op4ZU5zDYQJrGqJ+wKh7Gw==}
youtubei.js@13.2.0:
resolution: {integrity: sha512-esbSvWS12Dz/cVlHhnL/PSE84a/mVpQdzwPDIkRQu/NHJVxv0isBUcm3hJnYB1jg1LYvomV0YeOrYv5qWwJREA==}

zod@3.23.8:
resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
Expand Down Expand Up @@ -3718,7 +3718,7 @@ snapshots:
optionalDependencies:
'@pkgjs/parseargs': 0.11.0

jintr@3.2.0:
jintr@3.2.1:
dependencies:
acorn: 8.12.1

Expand Down Expand Up @@ -4444,10 +4444,10 @@ snapshots:

yocto-queue@0.1.0: {}

youtubei.js@12.2.0:
youtubei.js@13.2.0:
dependencies:
'@bufbuild/protobuf': 2.2.3
jintr: 3.2.0
jintr: 3.2.1
tslib: 2.6.3
undici: 5.28.4

Expand Down

0 comments on commit 61e621f

Please sign in to comment.