[extractor/mixcloud] All formats are audio-only

Closes #4740
pull/4754/head
pukkandan 2 years ago
parent 07275b708b
commit 13db4e7b9e
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -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…
Cancel
Save