Browse Source

apply ratelimit to f4m

master
Ching Yi, Chan 10 years ago
parent
commit
b1c3a49fff
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/downloader/f4m.py

1
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),
})

Loading…
Cancel
Save