mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-14 15:22:35 +00:00
parent
07275b708b
commit
13db4e7b9e
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ class MixcloudIE(MixcloudBaseIE):
|
||||||
formats.append({
|
formats.append({
|
||||||
'format_id': 'http',
|
'format_id': 'http',
|
||||||
'url': decrypted,
|
'url': decrypted,
|
||||||
|
'vcodec': 'none',
|
||||||
'downloader_options': {
|
'downloader_options': {
|
||||||
# Mixcloud starts throttling at >~5M
|
# Mixcloud starts throttling at >~5M
|
||||||
'http_chunk_size': 5242880,
|
'http_chunk_size': 5242880,
|
||||||
|
|
Loading…
Reference in a new issue