Skip to content

Commit

Permalink
Use ytdl-core PR with download speed improvements (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism authored Nov 9, 2021
1 parent 0736857 commit f00cca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"uuid": "^8.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"ytdl-core": "^4.9.1",
"ytdl-core": "fent/node-ytdl-core#pull/1022/head",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ luxon@^1.26.0:
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.27.0.tgz#ae10c69113d85dab8f15f5e8390d0cbeddf4f00f"
integrity sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==

m3u8stream@^0.8.3:
m3u8stream@^0.8.3, m3u8stream@^0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/m3u8stream/-/m3u8stream-0.8.4.tgz#15b49d0c2b510755ea43c1e53f85d7aaa4dc65c2"
integrity sha512-sco80Db+30RvcaIOndenX6E6oQNgTiBKeJbFPc+yDXwPQIkryfboEbCvXPlBRq3mQTCVPQO93TDVlfRwqpD35w==
Expand Down Expand Up @@ -3214,6 +3214,14 @@ ytdl-core@^4.9.1:
miniget "^4.0.0"
sax "^1.1.3"

ytdl-core@fent/node-ytdl-core#pull/1022/head:
version "0.0.0-development"
resolved "https://codeload.github.com/fent/node-ytdl-core/tar.gz/62b7cd0834be8610c5fdd772df19a89ae681b136"
dependencies:
m3u8stream "^0.8.4"
miniget "^4.0.0"
sax "^1.1.3"

zlib-sync@^0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/zlib-sync/-/zlib-sync-0.1.7.tgz#b0b24f9428e434943e306ad586428ef8baf3ed60"
Expand Down

0 comments on commit f00cca9

Please sign in to comment.