Revert "Leave android params in for now"

This reverts commit dfc2f0cd0d.
This commit is contained in:
coletdjnz 2024-03-31 10:49:25 +13:00
parent dfc2f0cd0d
commit 32972a5106
No known key found for this signature in database
GPG Key ID: 91984263BB39894A
1 changed files with 0 additions and 3 deletions

View File

@ -3603,9 +3603,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
yt_query = {
'videoId': video_id,
}
# todo: remove - deprecated/broken
if _split_innertube_client(client)[0] == 'android':
yt_query['params'] = 'CgIQBg=='
pp_arg = self._configuration_arg('player_params', [None], casesense=True)[0]
if pp_arg: