diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-13 23:05:22 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-13 23:05:22 +0100 |
commit | da4d4191a9037ef439ef3f93f02935c67dfcee85 (patch) | |
tree | d8873c14b057478c9591f6e581ce07143209461c /youtube_dl/downloader | |
parent | a6620ac28df7ddbe39f09575d8e9f7fe73398a00 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/downloader')
-rw-r--r-- | youtube_dl/downloader/f4m.py | 1 |
1 files changed, 1 insertions, 0 deletions
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), } ) |