X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Ff4m.py;fp=youtube_dl%2Fdownloader%2Ff4m.py;h=ef3e0d5f44122621eb9252f93dd1c5471b3fcfee;hp=00f3a026c8497953059426e52a6e16c9b0813186;hb=2f15832f569834a37ac3ee6140a3b997407c04cd;hpb=1557ed153c42176335f2ef069661ef2c98f16ce4 diff --git a/youtube_dl/downloader/f4m.py b/youtube_dl/downloader/f4m.py index 00f3a026c..ef3e0d5f4 100644 --- a/youtube_dl/downloader/f4m.py +++ b/youtube_dl/downloader/f4m.py @@ -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), } )