projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3357110
)
apply ratelimit to f4m
author
Ching Yi, Chan
<chingyichan.tw@gmail.com>
Sun, 12 Oct 2014 00:32:26 +0000
(08:32 +0800)
committer
Ching Yi, Chan
<chingyichan.tw@gmail.com>
Sun, 12 Oct 2014 00:32:26 +0000
(08:32 +0800)
youtube_dl/downloader/f4m.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/f4m.py
b/youtube_dl/downloader/f4m.py
index b3be16ff15353ed057607064bba2faa3fcdc2fad..54dd6ac3fc55439f3a5e4b8740331f1593a5ff5f 100644
(file)
--- a/
youtube_dl/downloader/f4m.py
+++ b/
youtube_dl/downloader/f4m.py
@@
-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),
})