fitgirl-dl
v0.0.2
Published
🎮 A beautiful CLI tool to download FitGirl Repacks
Maintainers
Readme
FitGirl Downloader CLI
A fast command line downloader for FitGirl repack pages. It scans a page for supported hosted links, lets you choose files interactively, resolves nested download links, and streams downloads with progress and speed.
Install
Run without installing:
npx fitgirl-dl "https://fitgirl-repacks.site/example-game/"Install globally:
npm install -g fitgirl-dlUsage
Interactive mode:
fitgirl-dlDownload from a page:
fitgirl-dl "https://fitgirl-repacks.site/example-game/"Use a custom output folder:
fitgirl-dl "https://fitgirl-repacks.site/example-game/" --output "D:\Games"Download all discovered files without prompts:
fitgirl-dl "https://fitgirl-repacks.site/example-game/" --yesFeatures
- Interactive URL prompt when no URL is passed
- Multi-select file picker
- Non-interactive download-all mode with
--yes - Custom output directory
- Real-time progress bars with size and speed
- Existing file detection and skip behavior
- Temporary
.downloadfiles before finalizing completed downloads
Options
| Option | Description |
| -------------------- | ------------------------------------------------------------------------ |
| -o, --output <dir> | Output directory for downloads. Defaults to the user's Downloads folder. |
| -y, --yes | Skip confirmation prompts and download every discovered file. |
| -v, --version | Display version number. |
| -h, --help | Display help information. |
Package
- npm:
fitgirl-dl - command:
fitgirl-dl - runtime: Node.js 18+
- module format: ESM
Disclaimer
This tool is for educational purposes. Only download content you have the right to access, and follow applicable laws and terms of service.
