Skip to content

Commit f9995b2

Browse files
authored
core: upgrade ytdl-core (pr version) (#128)
1 parent 1151d8a commit f9995b2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "y2mp3",
33
"appname": "y2mp3",
44
"productName": "y2mp3",
5-
"version": "2.5.8",
5+
"version": "2.5.9-alpha",
66
"main": "main.js",
77
"author": {
88
"name": "MosheF",
@@ -55,7 +55,7 @@
5555
"sass": "^1.57.1",
5656
"semantic-ui-css": "^2.4.1",
5757
"semantic-ui-react": "^0.88.1",
58-
"ytdl-core": "^4.11.3"
58+
"ytdl-core": "fent/node-ytdl-core#pull/1203/head"
5959
},
6060
"devDependencies": {
6161
"@types/async": "^3.0.3",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7816,3 +7816,11 @@ ytdl-core@^4.11.3:
78167816
m3u8stream "^0.8.6"
78177817
miniget "^4.2.2"
78187818
sax "^1.1.3"
7819+
7820+
ytdl-core@fent/node-ytdl-core#pull/1203/head:
7821+
version "0.0.0-development"
7822+
resolved "https://codeload.github.com/fent/node-ytdl-core/tar.gz/586971bd9aeda1cbb4600851cfef82a809833ac2"
7823+
dependencies:
7824+
m3u8stream "^0.8.6"
7825+
miniget "^4.2.2"
7826+
sax "^1.1.3"

0 commit comments

Comments
 (0)