[extractor/mixcloud] All formats are audio-only

Closes #4740
This commit is contained in:
pukkandan 2022-08-23 04:10:56 +05:30
parent 07275b708b
commit 13db4e7b9e
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39
1 changed files with 1 additions and 0 deletions

View File

@ -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,