Authored by: bashonly
pull/9553/head
bashonly 2 weeks ago
parent 6eb1e3d42e
commit a6a2eba51d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -3646,7 +3646,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
android_clients.append(client)
else:
requested_clients.append(client)
# Force deprioritization of broken Android client for format de-duplication
# Force deprioritization of broken Android clients for format de-duplication
requested_clients.extend(android_clients)
if not requested_clients:
requested_clients = default

Loading…
Cancel
Save