diff options
| author | Max Isom <[email protected]> | 2023-09-10 16:31:26 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2023-09-10 16:33:33 -0700 |
| commit | dabdf32f76f6090fbab24f10777d3e581c82c5e0 (patch) | |
| tree | 649c10917d75b5170214384443f51a914c557a2d /package.json | |
| parent | f1f6ee7e8975f1333f9b39af439be70f34abf5ee (diff) | |
| download | muse-dabdf32f76f6090fbab24f10777d3e581c82c5e0.tar.xz muse-dabdf32f76f6090fbab24f10777d3e581c82c5e0.zip | |
Bump ytdl-core
Closes https://github.com/codetheweb/muse/issues/970.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e22759e..687ddc3 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "sync-fetch": "^0.3.1", "tsx": "3.8.2", "xbytes": "^1.7.0", - "ytdl-core": "^4.11.5", + "ytdl-core": "git+https://github.com/khlevon/node-ytdl-core.git#v4.11.4-patch.2", "ytsr": "^3.8.4" }, "resolutions": { |
