Browse Source

apply ratelimit to f4m

Ching Yi, Chan 11 năm trước cách đây
mục cha
commit
b1c3a49fff
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      youtube_dl/downloader/f4m.py

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