mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ie/youtube] Reduce android client priority (#10467)
Authored by: seproDev
This commit is contained in:
		| @@ -270,7 +270,7 @@ def build_innertube_clients(): | ||||
|     THIRD_PARTY = { | ||||
|         'embedUrl': 'https://www.youtube.com/',  # Can be any valid URL | ||||
|     } | ||||
|     BASE_CLIENTS = ('ios', 'android', 'web', 'tv', 'mweb') | ||||
|     BASE_CLIENTS = ('ios', 'web', 'tv', 'mweb', 'android') | ||||
|     priority = qualities(BASE_CLIENTS[::-1]) | ||||
| 
 | ||||
|     for client, ytcfg in tuple(INNERTUBE_CLIENTS.items()): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro