apply ratelimit to f4m
authorChing Yi, Chan <chingyichan.tw@gmail.com>
Sun, 12 Oct 2014 00:32:26 +0000 (08:32 +0800)
committerChing Yi, Chan <chingyichan.tw@gmail.com>
Sun, 12 Oct 2014 00:32:26 +0000 (08:32 +0800)
youtube_dl/downloader/f4m.py

index b3be16ff15353ed057607064bba2faa3fcdc2fad..54dd6ac3fc55439f3a5e4b8740331f1593a5ff5f 100644 (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),
             })