A fast and efficient command-line client for downloading files from FuckingFast.co with multi-download support, written in Go.
- Multi-file download support (parallel)
- Simple and fast
- Cross-platform (Windows, Linux, macOS)
Download the latest release for your platform from the Releases page.
- Ensure you have Go (≥1.20) installed
- Run:
go install github.com/FirasSharp/ffclient@latest
ffclient [flags]
Flag | Description | Default Value |
---|---|---|
--savePath |
Destination directory for downloaded files | Current directory |
--inputFile |
Text file containing URLs to download (one fuckingfast.co URL per line) | "" |
--links |
Comma-separated fuckingfast.co URLs | "" |
-
Download single file:
ffclient --links "https://fuckingfast.co/file1"
-
Download multiple files:
ffclient --links "https://fuckingfast.co/file1,https://fuckingfast.co/file2"
-
Download files from a text file:
ffclient --inputFile downloads.txt --savePath ~/Downloads/fast_files
The input file should contain one FuckingFast.co URL per line:
https://fuckingfast.co/file1
https://fuckingfast.co/file2
https://fuckingfast.co/file3
MIT - See LICENSE for more information.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.