Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 4, 2024
1 parent 9e791bb commit 96348a0
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 3,541 deletions.
36 changes: 35 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@distube/ytdl-core": "^4.14.4",
"@nuclear/scanner": "^0.6.39",
"@supabase/supabase-js": "^1.35.4",
"ajv": "^6.12.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/rest/Youtube.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logger from 'electron-timber';
import ytdl from '../ytdl-core';
import ytdl from '@distube/ytdl-core';

import ytpl from 'ytpl';
import {search, SearchVideo} from 'youtube-ext';
Expand Down
23 changes: 0 additions & 23 deletions packages/core/src/ytdl-core/LICENSE

This file was deleted.

94 changes: 0 additions & 94 deletions packages/core/src/ytdl-core/agent.js

This file was deleted.

54 changes: 0 additions & 54 deletions packages/core/src/ytdl-core/cache.js

This file was deleted.

Loading

0 comments on commit 96348a0

Please sign in to comment.