[ie/youtube] Reduce android client priority (#10467)

Authored by: seproDev
pull/10486/head
sepro 2 months ago committed by GitHub
parent 22870b81ba
commit b85eef0a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save