Skip to content

Commit 78b16d6

Browse files
committed
Update dependencies and use temporary player_id
1 parent cc38812 commit 78b16d6

3 files changed

Lines changed: 17 additions & 34 deletions

File tree

main-src/fetchYtStream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const setupDownloadInnertube = async () => {
7171
visitor_data: visitorData,
7272
cache: new UniversalCache(true, cacheDir),
7373
generate_session_locally: true,
74+
player_id: '0004de42', // https://github.com/LuanRT/YouTube.js/issues/1043#issuecomment-3328154175
7475
})
7576
}
7677

package-lock.json

Lines changed: 14 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stemroller",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"private": true,
55
"type": "module",
66
"description": "Isolate vocals, drums, bass, and other instrumental stems from any song",
@@ -65,6 +65,6 @@
6565
"sanitize-filename": "^1.6.3",
6666
"tree-kill": "^1.2.2",
6767
"xxhash-wasm": "^1.1.0",
68-
"youtubei.js": "^14.0.0"
68+
"youtubei.js": "github:LuanRT/YouTube.js"
6969
}
7070
}

0 commit comments

Comments
 (0)