[go: up one dir, main page]

Skip to content

Commit

Permalink
[ie/youtube] Reduce android client priority (#10467)
Browse files Browse the repository at this point in the history
Authored by: seproDev
  • Loading branch information
seproDev authored Jul 14, 2024
1 parent 22870b8 commit b85eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()):
Expand Down

0 comments on commit b85eef0

Please sign in to comment.