mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-07 07:47:29 +01:00
apply ratelimit to f4m
This commit is contained in:
parent
3357110a4c
commit
b1c3a49fff
@ -230,6 +230,7 @@ class F4mFD(FileDownloader):
|
||||
'continuedl': True,
|
||||
'quiet': True,
|
||||
'noprogress': True,
|
||||
'ratelimit': self.params.get('ratelimit', None),
|
||||
'test': self.params.get('test', False),
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user