From 8c6089873df53d294b52a315a79dcdb14dd8d2e1 Mon Sep 17 00:00:00 2001 From: orin Date: Fri, 12 Apr 2024 15:57:53 +0200 Subject: [PATCH] Disable progress bar in get_aria2.ps1 due to slowness --- autodl_files/get_aria2.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autodl_files/get_aria2.ps1 b/autodl_files/get_aria2.ps1 index 760612c..1cdaaf8 100644 --- a/autodl_files/get_aria2.ps1 +++ b/autodl_files/get_aria2.ps1 @@ -48,6 +48,8 @@ if(-not (Test-Path -PathType Container -Path "files")) { $null = New-Item -Path "files" -ItemType Directory } +$ProgressPreference = 'SilentlyContinue' + try { Retrieve-File -File $file -Url $url } catch {