#downloader #parallel #wget

app ruget

Alternative to wget written in Rust

12 releases

0.5.0 May 12, 2023
0.4.3 Dec 31, 2020
0.4.2 Jun 29, 2020
0.3.1 Feb 27, 2020
0.1.2 Sep 13, 2019

#3 in #wget

Download history 1382/week @ 2024-07-20 1578/week @ 2024-07-27 854/week @ 2024-08-03 1148/week @ 2024-08-10 1327/week @ 2024-08-17 846/week @ 2024-08-24 749/week @ 2024-08-31 842/week @ 2024-09-07 441/week @ 2024-09-14 608/week @ 2024-09-21 352/week @ 2024-09-28 235/week @ 2024-10-05 293/week @ 2024-10-12 320/week @ 2024-10-19 381/week @ 2024-10-26 205/week @ 2024-11-02

1,225 downloads per month

Custom license

15KB
274 lines

Ruget

Build Status

Alternative to wget written in Rust

install

$ cargo install ruget

In macOS you can install it with Homebrew

$ brew tap ksk001100/homebrew-ruget
$ brew install ruget

usage

$ ruget https://sample-videos.com/img/Sample-png-image-30mb.png
$ ruget https://sample-videos.com/img/Sample-png-image-30mb.png --output sample.png
$ ruget https://sample-videos.com/img/Sample-png-image-30mb.png -o sample.png

Ruget vs Wget

Ruget

$ time ruget http://ipv4.download.thinkbroadband.com/100MB.zip
...
...
...

ruget http://ipv4.download.thinkbroadband.com/100MB.zip  2.00s user 3.38s system 33% cpu 15.858 total

Wget

$ time wget http://ipv4.download.thinkbroadband.com/100MB.zip
...
...
...

wget http://ipv4.download.thinkbroadband.com/100MB.zip  0.34s user 1.84s system 8% cpu 26.428 total

Dependencies

~5–17MB
~235K SLoC