From 299f11dc6dff17f9d0aee08d201ba0837cdb79d0 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Wed, 14 Feb 2024 01:31:54 +1100 Subject: [PATCH] aria2c: fix multiple url use syntax and add checksum usage (#12250) * aria2c: fix multiple url use syntax and add checksum usage * Update pages/common/aria2c.md Co-authored-by: Juri Dispan --------- Co-authored-by: Juri Dispan --- pages/common/aria2c.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/aria2c.md b/pages/common/aria2c.md index a9c4833f4a..0a5cc68305 100644 --- a/pages/common/aria2c.md +++ b/pages/common/aria2c.md @@ -16,9 +16,9 @@ `aria2c --force-sequential {{false}} "{{url1 url2 ...}}"` -- Download from multiple sources with each URI pointing to the same file: +- Download the same file from different mirrors and verify the checksum of the downloaded file: -`aria2c "{{url1 url2 ...}}"` +`aria2c --checksum={{sha-256}}={{hash}} "{{url1}}" "{{url2}}" "{{urlN}}"` - Download the URIs listed in a file with a specific number of parallel downloads: