0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-03 06:01:02 +00:00

Merge pull request #3927 from qrtt1/master

apply ratelimit to f4m
This commit is contained in:
Philipp Hagemeister 2014-12-13 12:59:12 +01:00
commit 2f15832f56

View file

@ -233,6 +233,7 @@ def real_download(self, filename, info_dict):
'continuedl': True,
'quiet': True,
'noprogress': True,
'ratelimit': self.params.get('ratelimit', None),
'test': self.params.get('test', False),
}
)