wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wget2 | Multithreading Not Working (#605)


From: Anthony Villasenor (@wil1954)
Subject: wget2 | Multithreading Not Working (#605)
Date: Mon, 27 Jun 2022 19:03:49 +0000


Anthony Villasenor created an issue: 
https://gitlab.com/gnuwget/wget2/-/issues/605



I want to download `abc.com/1.pdf, abc.com/2.pdf, ..., abc.com/999.pdf` using 
multithreading. I ran this on PowerShell but the brace expansion did not work 
as expected.

`.\wget2 --max-threads=10 "https://abc.com/{1..999}.pdf"`

Instead of the expected outcome, wget2 tries to get a single file in url 
`https://abc.com/{1..999}.pdf` and fails. How can I fix this issue?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/605
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]