[downloader] Fix `write_debug`

pull/326/head
pukkandan 3 years ago
parent af32f40bf5
commit 856bb8f99d
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -164,6 +164,9 @@ class FileDownloader(object):
def report_error(self, *args, **kargs):
self.ydl.report_error(*args, **kargs)
def write_debug(self, *args, **kargs):
self.ydl.write_debug(*args, **kargs)
def slow_down(self, start_time, now, byte_counter):
"""Sleep if the download speed is over the rate limit."""
rate_limit = self.params.get('ratelimit')

Loading…
Cancel
Save