From e3670f5b5a1cb4891e8954d0e06c029d00496970 Mon Sep 17 00:00:00 2001 From: Hachi-R Date: Sat, 12 Apr 2025 15:54:45 -0300 Subject: [PATCH] fix: add force download flag in httpdl args --- python_rpc/http_downloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_rpc/http_downloader.py b/python_rpc/http_downloader.py index f1e00818..5c4a701a 100644 --- a/python_rpc/http_downloader.py +++ b/python_rpc/http_downloader.py @@ -16,6 +16,7 @@ class HttpDownloader: cmd.extend([ "--chunk-size", "10", "--buffer-size", "16", + "--force-download", "--log", "--silent" ])