Closed EchterAlsFake closed 1 year ago
Hi,
With your fix for #20 I still got another error which is this one:
callback.on_download(i + 1, length) TypeError: Callback.new.<locals>.wrapper() takes 2 positional arguments but 3 were given
My PR fixed it, but I am not sure if it doesn't break anything else.
Mb, forgot to change callback structure for the default downloader. Your PR would have worked for default downloads, but fail for the others. Should be fixed with last commit.
Hi,
With your fix for #20 I still got another error which is this one:
My PR fixed it, but I am not sure if it doesn't break anything else.