Revert "Leave android params in for now"

This reverts commit dfc2f0cd0d.
pull/9553/head
coletdjnz 2 months ago
parent dfc2f0cd0d
commit 32972a5106
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

@ -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:

Loading…
Cancel
Save