switch ytdl-core to fork
This commit is contained in:
parent
d649adc5ab
commit
b07d33f315
2 changed files with 17 additions and 15 deletions
|
@ -27,7 +27,7 @@
|
|||
"node-ffprobe": "^3.0.0",
|
||||
"sharp": "^0.28.3",
|
||||
"sqlite3": "^5.0.2",
|
||||
"ytdl-core": "4.11.0"
|
||||
"ytdl-core": "github:GreepTheSheep/node-ytdl-core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.26.0",
|
||||
|
|
|
@ -13,12 +13,12 @@ specifiers:
|
|||
prettier: ^2.3.0
|
||||
sharp: ^0.28.3
|
||||
sqlite3: ^5.0.2
|
||||
ytdl-core: 4.11.0
|
||||
ytdl-core: github:GreepTheSheep/node-ytdl-core
|
||||
|
||||
dependencies:
|
||||
'@ctrl/tinycolor': 3.4.1
|
||||
dumpy: github.com/Cynosphere/dumpy.js/5fc22353cdcb97084bab572266390e780d9f7a7b
|
||||
eris: github.com/abalabahaha/eris/4ea56e45ffe68e95d89d7f3edcc181097f4f9f8d
|
||||
eris: github.com/abalabahaha/eris/eb403730855714eafa36c541dbe2cb84c9979158
|
||||
google-images: 2.1.0
|
||||
jimp: 0.16.1
|
||||
murmurhash: 2.0.0
|
||||
|
@ -26,7 +26,7 @@ dependencies:
|
|||
node-ffprobe: 3.0.0
|
||||
sharp: 0.28.3
|
||||
sqlite3: 5.0.2
|
||||
ytdl-core: 4.11.0
|
||||
ytdl-core: github.com/GreepTheSheep/node-ytdl-core/17a77cbe7f3a9670d6536fba7cb3f574c6da596a
|
||||
|
||||
devDependencies:
|
||||
eslint: 7.26.0
|
||||
|
@ -2387,15 +2387,6 @@ packages:
|
|||
/yallist/4.0.0:
|
||||
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
|
||||
|
||||
/ytdl-core/4.11.0:
|
||||
resolution: {integrity: sha512-Q3hCLiUA9AOGQXzPvno14GN+HgF9wsO1ZBHlj0COTcyxjIyFpWvMfii0UC4/cAbVaIjEdbWB71GdcGuc4J1Lmw==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
m3u8stream: 0.8.6
|
||||
miniget: 4.2.2
|
||||
sax: 1.2.4
|
||||
dev: false
|
||||
|
||||
github.com/Cynosphere/dumpy.js/5fc22353cdcb97084bab572266390e780d9f7a7b:
|
||||
resolution: {tarball: https://codeload.github.com/Cynosphere/dumpy.js/tar.gz/5fc22353cdcb97084bab572266390e780d9f7a7b}
|
||||
name: dumpy
|
||||
|
@ -2407,8 +2398,19 @@ packages:
|
|||
node-fetch: 2.6.1
|
||||
dev: false
|
||||
|
||||
github.com/abalabahaha/eris/4ea56e45ffe68e95d89d7f3edcc181097f4f9f8d:
|
||||
resolution: {tarball: https://codeload.github.com/abalabahaha/eris/tar.gz/4ea56e45ffe68e95d89d7f3edcc181097f4f9f8d}
|
||||
github.com/GreepTheSheep/node-ytdl-core/17a77cbe7f3a9670d6536fba7cb3f574c6da596a:
|
||||
resolution: {tarball: https://codeload.github.com/GreepTheSheep/node-ytdl-core/tar.gz/17a77cbe7f3a9670d6536fba7cb3f574c6da596a}
|
||||
name: ytdl-core
|
||||
version: 0.0.0-development
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
m3u8stream: 0.8.6
|
||||
miniget: 4.2.2
|
||||
sax: 1.2.4
|
||||
dev: false
|
||||
|
||||
github.com/abalabahaha/eris/eb403730855714eafa36c541dbe2cb84c9979158:
|
||||
resolution: {tarball: https://codeload.github.com/abalabahaha/eris/tar.gz/eb403730855714eafa36c541dbe2cb84c9979158}
|
||||
name: eris
|
||||
version: 0.17.2-dev
|
||||
engines: {node: '>=10.4.0'}
|
||||
|
|
Loading…
Reference in a new issue