Skip to content

scripthon/mediafire-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaFire-dl

Alt text

MediaFire-dl is a command-line tool that allows you to download files from MediaFire URLs with a progress bar.

Installation

  1. Ensure you have Go installed on your machine. You can download it here.

  2. Clone the repository:

    git clone https://github.com/thxrhmn/mediafire-dl.git
  3. Change into the project directory:

    cd mediafire-dl
  4. Install the project dependencies:

    go mod tidy
  5. Build the project:

    go build -o mediafire-dl .
  6. Optionally, install the binary globally on your system:

    go install
  7. Run the program

    ./mediafire-dl [flags] [URLs]

Usage

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

About

MediaFire-dl is a command-line tool that allows you to download files from MediaFire URLs with a progress bar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages