Skip to content

Commit

Permalink
fix: Migrate to yt-search
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjjrt committed Oct 13, 2024
1 parent d1c1c56 commit 85d9eae
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 28 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"crypto-js": "^4.2.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.1",
"fluent-ffmpeg": "^2.1.3",
"get-video-duration": "^4.1.0",
"libsodium-wrappers": "^0.7.15",
Expand All @@ -33,14 +33,14 @@
"pino-elasticsearch": "^8.0.0",
"pino-pretty": "^10.3.1",
"pinyin-pro": "^3.25.0",
"prism-media": "^1.3.5",
"seedrandom": "^3.0.5",
"sequelize": "^6.37.4",
"socket.io": "^4.8.0",
"sqlite3": "^5.1.7",
"undici": "^6.19.8",
"uuid": "^9.0.1",
"yt-dlp-wrap": "^2.3.12",
"yt-search": "^2.12.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
Expand All @@ -50,6 +50,7 @@
"@types/node": "^18.19.54",
"@types/seedrandom": "^3.0.8",
"@types/uuid": "^9.0.8",
"@types/yt-search": "^2.10.3",
"prettier": "^2.8.8",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
Expand Down
Loading

0 comments on commit 85d9eae

Please sign in to comment.