mirror of https://github.com/yt-dlp/yt-dlp.git
[ie/youtube] Update `android` params
Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624 Closes #9554
This commit is contained in:
parent
a2d0840739
commit
e7b17fce14
|
@ -3602,8 +3602,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||||
yt_query = {
|
yt_query = {
|
||||||
'videoId': video_id,
|
'videoId': video_id,
|
||||||
}
|
}
|
||||||
if _split_innertube_client(client)[0] == 'android':
|
if _split_innertube_client(client)[0] in ('android', 'android_embedscreen'):
|
||||||
yt_query['params'] = 'CgIQBg=='
|
yt_query['params'] = 'CgIIAQ=='
|
||||||
|
|
||||||
pp_arg = self._configuration_arg('player_params', [None], casesense=True)[0]
|
pp_arg = self._configuration_arg('player_params', [None], casesense=True)[0]
|
||||||
if pp_arg:
|
if pp_arg:
|
||||||
|
|
Loading…
Reference in New Issue