Y
Hacker News
new
|
ask
|
show
|
jobs
by
avh02
3312 days ago
not worth a PR (cos it's opinion and a specific application), but if you have aria2c on your machine you can do something like:
aria2c -i permiturls.txt
to download file lists.
2 comments
throwaway91111
3312 days ago
You could also xargs -n 1 curl -O <permiturls.txt. No need for special tools :)
link
mynewtb
3312 days ago
wget supports the same :)
link
avh02
3312 days ago
ah, I had a feeling one of the more common methods did... i even checked the curl man page but not wget's :(
link