Skip to content

Commit

Permalink
fix: change ytdl-core to fix youtube search
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Nov 8, 2024
1 parent 7f93b14 commit bd2cf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ws": "8.15.0",
"xregexp": "5.1.1",
"yargs": "17.7.2",
"ytdl-core": "4.11.5",
"@distube/ytdl-core": "latest",
"ytpl": "2.3.0",
"ytsr": "3.8.4",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion src/systems/songs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import io from 'socket.io';
import {
Brackets, In, Like,
} from 'typeorm';
import ytdl from 'ytdl-core';
import ytdl from '@distube/ytdl-core';
import ytpl from 'ytpl';
import ytsr from 'ytsr';
import { z } from 'zod';
Expand Down

0 comments on commit bd2cf64

Please sign in to comment.