module
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Feb 15, 2024
License: AGPL-3.0
Opens a new window with license information.
README
¶
bricks
Command line downloader for vadapav.mov, it replicates the directory structure on website.
Installation
Option 1: Download Pre-built Binary
- Go to the Releases page of this repository.
- Download the appropriate binary for your platform (e.g.,
bricks-linux
for Linux, bricks-windows.exe
for Windows).
- Rename the downloaded binary to
bricks
.
Option 2: Build from Source
go build -o bricks cmd/bricks/main.go
Usage
The basic usage of bricks
is as follows:
./bricks [options]
[options]
:
-path
(default: "."): Specifies the download path on your local machine.
-n
(default: 3): Specifies the number of parallel file downloads. (Note: Limited to a maximum of 10 parallel downloads to prevent DDOS.)
Example
./bricks --path=Downloads/
TODO
- Retry capability
- Better progressbar
Directories
¶
cmd
|
|
|
|
internal
|
|
|
|
Click to show internal directories.
Click to hide internal directories.