1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-18 13:47:35 +02:00

apply ratelimit to f4m

This commit is contained in:
Ching Yi, Chan 2014-10-12 08:32:26 +08:00
parent 3357110a4c
commit b1c3a49fff

View File

@ -230,6 +230,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),
})