Skip to content

Commit 64f23bf

Browse files
committed
Force player id to 0004de42 for temp yt fix
1 parent 0123289 commit 64f23bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chrome/player/players/yt/YTPlayer.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ export default class YTPlayer extends DashPlayer {
417417
fetch: (mode === ClientType.IOS) ? this.youtubeFetchIOS.bind(this) : this.youtubeFetch.bind(this),
418418
client_type: mode === ClientType.IOS ? undefined : mode,
419419
runner_location: 'https://sandbox.faststream.online/',
420+
player_id: '0004de42',
420421
});
421422

422423
const tokens = await getPoTokens(youtube.session, identifier);

0 commit comments

Comments
 (0)