mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
@@ -159,6 +159,7 @@ def _real_extract(self, url):
|
|||||||
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user