Bump ytdl-core

Closes https://github.com/codetheweb/muse/issues/970.
This commit is contained in:
Max Isom 2023-09-10 16:31:26 -07:00
parent f1f6ee7e89
commit dabdf32f76
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
4 changed files with 13 additions and 10 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Fixed
- Switched ytdl-core to patched version
## [2.4.2] - 2023-08-12 ## [2.4.2] - 2023-08-12
### Fixed ### Fixed

View file

@ -2,7 +2,7 @@ FROM node:18.7.0-slim AS base
# Install ffmpeg # Install ffmpeg
RUN apt-get update && \ 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/* rm -rf /var/lib/apt/lists/*
# Install dependencies # Install dependencies

View file

@ -112,7 +112,7 @@
"sync-fetch": "^0.3.1", "sync-fetch": "^0.3.1",
"tsx": "3.8.2", "tsx": "3.8.2",
"xbytes": "^1.7.0", "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" "ytsr": "^3.8.4"
}, },
"resolutions": { "resolutions": {

View file

@ -4486,18 +4486,17 @@ yocto-queue@^1.0.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
ytdl-core@^4.11.5: "ytdl-core@git+https://github.com/khlevon/node-ytdl-core.git#v4.11.4-patch.2":
version "4.11.5" version "0.0.0-development"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.5.tgz#8cc3dc9e4884e24e8251250cfb56313a300811f0" resolved "git+https://github.com/khlevon/node-ytdl-core.git#87450450caabb91f81afa6e66758bf2f629664a1"
integrity sha512-27LwsW4n4nyNviRCO1hmr8Wr5J1wLLMawHCQvH8Fk0hiRqrxuIu028WzbJetiYH28K8XDbeinYW4/wcHQD1EXA==
dependencies: dependencies:
m3u8stream "^0.8.6" m3u8stream "^0.8.6"
miniget "^4.2.2" miniget "^4.2.2"
sax "^1.1.3" sax "^1.1.3"
ytsr@^3.8.2: ytsr@^3.8.4:
version "3.8.2" version "3.8.4"
resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.2.tgz#10a60d0c1adcc3522b0810368c18dff49e875ba7" resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.4.tgz#f279eb5a50a72a1135816ea69220f76030f62358"
integrity sha512-J+t+a1Ic6jL0Hd0zGX8eFn3uEKtXTf6naa96KO0q7H00GKBfCG8aXW55NAMnaBeUi9Hni6u1xKnf8xZF2F0E/A== integrity sha512-rrJo59vDDf98mz/Cuw7Y2YiuTwSm3cs4XsXrP6yjYDXYup/aE0lRxY6XMKR3mGOHKwgLouZqFq8QRllVVVN88w==
dependencies: dependencies:
miniget "^4.2.2" miniget "^4.2.2"