mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
parent
1344d3e169
commit
bc5e4aa57e
|
@ -179,6 +179,10 @@ class MixcloudIE(InfoExtractor):
|
||||||
formats.append({
|
formats.append({
|
||||||
'format_id': 'http',
|
'format_id': 'http',
|
||||||
'url': decrypted,
|
'url': decrypted,
|
||||||
|
'downloader_options': {
|
||||||
|
# Mixcloud starts throttling at >~5M
|
||||||
|
'http_chunk_size': 5242880,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue