1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

apply ratelimit to f4m

This commit is contained in:
Ching Yi, Chan 2014-10-12 08:32:26 +08:00
parent 3357110a4c
commit b1c3a49fff

View file

@ -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),
})