mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 15:27:50 +01:00
apply ratelimit to f4m
This commit is contained in:
parent
3357110a4c
commit
b1c3a49fff
@ -230,6 +230,7 @@ def real_download(self, filename, info_dict):
|
|||||||
'continuedl': True,
|
'continuedl': True,
|
||||||
'quiet': True,
|
'quiet': True,
|
||||||
'noprogress': True,
|
'noprogress': True,
|
||||||
|
'ratelimit': self.params.get('ratelimit', None),
|
||||||
'test': self.params.get('test', False),
|
'test': self.params.get('test', False),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user