Skip to content

Commit c427449

Browse files
robrotheramcorny
authored andcommitted
Fixes 403
Code comes from this commit yt-dlp/yt-dlp@81ca451
1 parent a22d61b commit c427449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func (c *Client) videoDataByInnertube(ctx context.Context, id string) ([]byte, e
203203
Context: prepareInnertubeContext(*c.client),
204204
ContentCheckOK: true,
205205
RacyCheckOk: true,
206-
Params: "8AEB",
206+
Params: "CgIQBg==",
207207
PlaybackContext: &playbackContext{
208208
ContentPlaybackContext: contentPlaybackContext{
209209
// SignatureTimestamp: sts,
@@ -247,7 +247,7 @@ func prepareInnertubePlaylistData(ID string, continuation bool, clientInfo clien
247247
Continuation: ID,
248248
ContentCheckOK: true,
249249
RacyCheckOk: true,
250-
Params: "8AEB",
250+
Params: "CgIQBg==",
251251
}
252252
}
253253

@@ -256,7 +256,7 @@ func prepareInnertubePlaylistData(ID string, continuation bool, clientInfo clien
256256
BrowseID: "VL" + ID,
257257
ContentCheckOK: true,
258258
RacyCheckOk: true,
259-
Params: "8AEB",
259+
Params: "CgIQBg==",
260260
}
261261
}
262262

0 commit comments

Comments
 (0)