mirror of https://github.com/yt-dlp/yt-dlp.git
parent
07275b708b
commit
13db4e7b9e
|
@ -159,6 +159,7 @@ class MixcloudIE(MixcloudBaseIE):
|
|||
formats.append({
|
||||
'format_id': 'http',
|
||||
'url': decrypted,
|
||||
'vcodec': 'none',
|
||||
'downloader_options': {
|
||||
# Mixcloud starts throttling at >~5M
|
||||
'http_chunk_size': 5242880,
|
||||
|
|
Loading…
Reference in New Issue