apply ratelimit to f4m

This commit is contained in:
Ching Yi, Chan 2014-10-12 08:32:26 +08:00
parent 3357110a4c
commit b1c3a49fff
1 changed files with 1 additions and 0 deletions

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