mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 20:48:58 +00:00
[ie/youtube] Change default player clients to ios,tv (#10457)
Closes #10046 Authored by: seproDev
This commit is contained in:
@@ -3735,7 +3735,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
def _get_requested_clients(self, url, smuggled_data):
|
||||
requested_clients = []
|
||||
broken_clients = []
|
||||
default = ['ios', 'web']
|
||||
default = ['ios', 'tv']
|
||||
allowed_clients = sorted(
|
||||
(client for client in INNERTUBE_CLIENTS if client[:1] != '_'),
|
||||
key=lambda client: INNERTUBE_CLIENTS[client]['priority'], reverse=True)
|
||||
|
||||
Reference in New Issue
Block a user