mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
parent
07275b708b
commit
13db4e7b9e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user