[mixcloud] Bypass throttling for HTTP formats (#12579, #16424)

master
Sergey M․ 6 years ago
parent 1344d3e169
commit bc5e4aa57e
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -179,6 +179,10 @@ class MixcloudIE(InfoExtractor):
formats.append({
'format_id': 'http',
'url': decrypted,
'downloader_options': {
# Mixcloud starts throttling at >~5M
'http_chunk_size': 5242880,
},
})
self._sort_formats(formats)

Loading…
Cancel
Save