Revert "Leave android params in for now"

This reverts commit dfc2f0cd0d.
pull/9553/head
coletdjnz 2024-03-31 10:49:25 +13:00
rodzic dfc2f0cd0d
commit 32972a5106
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 91984263BB39894A
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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