Skip to content

Commit

Permalink
core: upgrade ytdl-core (pr version) (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu authored Apr 12, 2023
1 parent 1151d8a commit f9995b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "y2mp3",
"appname": "y2mp3",
"productName": "y2mp3",
"version": "2.5.8",
"version": "2.5.9-alpha",
"main": "main.js",
"author": {
"name": "MosheF",
Expand Down Expand Up @@ -55,7 +55,7 @@
"sass": "^1.57.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1",
"ytdl-core": "^4.11.3"
"ytdl-core": "fent/node-ytdl-core#pull/1203/head"
},
"devDependencies": {
"@types/async": "^3.0.3",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7816,3 +7816,11 @@ ytdl-core@^4.11.3:
m3u8stream "^0.8.6"
miniget "^4.2.2"
sax "^1.1.3"

ytdl-core@fent/node-ytdl-core#pull/1203/head:
version "0.0.0-development"
resolved "https://codeload.github.com/fent/node-ytdl-core/tar.gz/586971bd9aeda1cbb4600851cfef82a809833ac2"
dependencies:
m3u8stream "^0.8.6"
miniget "^4.2.2"
sax "^1.1.3"

0 comments on commit f9995b2

Please sign in to comment.