mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
fix(PlayerEndpoint): Use different player params (#419)
* fix(PlayerEndpoint): Use different player params * fix(PlayerEndpoint): Use new throttling bypass player params
This commit is contained in:
@@ -38,7 +38,7 @@ export function build(opts: PlayerEndpointOptions): IPlayerRequest {
|
||||
client: opts.client,
|
||||
playlistId: opts.playlist_id,
|
||||
// Workaround streaming URLs returning 403 when using Android clients and throttling in web clients.
|
||||
params: '8AEB'
|
||||
params: '2AMBCgIQBg'
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user