Merge pull request #3927 from qrtt1/master
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 11:59:12 +0000 (12:59 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 11:59:12 +0000 (12:59 +0100)
apply ratelimit to f4m

youtube_dl/downloader/f4m.py

index 00f3a026c8497953059426e52a6e16c9b0813186..ef3e0d5f44122621eb9252f93dd1c5471b3fcfee 100644 (file)
@@ -233,6 +233,7 @@ class F4mFD(FileDownloader):
                 'continuedl': True,
                 'quiet': True,
                 'noprogress': True,
+                'ratelimit': self.params.get('ratelimit', None),
                 'test': self.params.get('test', False),
             }
         )