MediaFire-dl is a command-line tool that allows you to download files from MediaFire URLs with a progress bar.
-
Ensure you have Go installed on your machine. You can download it here.
-
Clone the repository:
git clone https://github.com/thxrhmn/mediafire-dl.git
-
Change into the project directory:
cd mediafire-dl -
Install the project dependencies:
go mod tidy
-
Build the project:
go build -o mediafire-dl . -
Optionally, install the binary globally on your system:
go install
-
Run the program
./mediafire-dl [flags] [URLs]
To download from multiple URLs provided as arguments:
./mediafire-dl "url1" "url2"To download from URLs listed in a file:
./mediafire-dl -f urls.txt