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 | |
| parent | f1f6ee7e8975f1333f9b39af439be70f34abf5ee (diff) | |
| download | muse-dabdf32f76f6090fbab24f10777d3e581c82c5e0.tar.xz muse-dabdf32f76f6090fbab24f10777d3e581c82c5e0.zip | |
Bump ytdl-core
Closes https://github.com/codetheweb/muse/issues/970.
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 15 |
4 files changed, 13 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62eee10..3c31bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Switched ytdl-core to patched version + ## [2.4.2] - 2023-08-12 ### Fixed @@ -2,7 +2,7 @@ FROM node:18.7.0-slim AS base # Install ffmpeg RUN apt-get update && \ - apt-get install -y ffmpeg tini libssl-dev ca-certificates && \ + apt-get install -y ffmpeg tini libssl-dev ca-certificates git && \ rm -rf /var/lib/apt/lists/* # Install dependencies 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": { @@ -4486,18 +4486,17 @@ yocto-queue@^1.0.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== -ytdl-core@^4.11.5: - version "4.11.5" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.5.tgz#8cc3dc9e4884e24e8251250cfb56313a300811f0" - integrity sha512-27LwsW4n4nyNviRCO1hmr8Wr5J1wLLMawHCQvH8Fk0hiRqrxuIu028WzbJetiYH28K8XDbeinYW4/wcHQD1EXA== +"ytdl-core@git+https://github.com/khlevon/node-ytdl-core.git#v4.11.4-patch.2": + version "0.0.0-development" + resolved "git+https://github.com/khlevon/node-ytdl-core.git#87450450caabb91f81afa6e66758bf2f629664a1" dependencies: m3u8stream "^0.8.6" miniget "^4.2.2" sax "^1.1.3" -ytsr@^3.8.2: - version "3.8.2" - resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.2.tgz#10a60d0c1adcc3522b0810368c18dff49e875ba7" - integrity sha512-J+t+a1Ic6jL0Hd0zGX8eFn3uEKtXTf6naa96KO0q7H00GKBfCG8aXW55NAMnaBeUi9Hni6u1xKnf8xZF2F0E/A== +ytsr@^3.8.4: + version "3.8.4" + resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.4.tgz#f279eb5a50a72a1135816ea69220f76030f62358" + integrity sha512-rrJo59vDDf98mz/Cuw7Y2YiuTwSm3cs4XsXrP6yjYDXYup/aE0lRxY6XMKR3mGOHKwgLouZqFq8QRllVVVN88w== dependencies: miniget "^4.2.2" |
