Skip to content

vasusen-code/mediafire-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediafire-dl

Description

mediafire-dl is a script written in Python to automate the download of files from mediafire.com with a simple command-line interface.

Much of the code comes from gdown

Prerequisites

It is necessary to have python3 and pip3

Installation

pip3 install git+https://github.com/Juvenal-Yescas/mediafire-dl

Usage

From Command Line

$ # mediafire-dl mediafire_link_1 

$ # mediafire-dl mediafire_link_1 mediafire_link_2 mediafire_link_3

From Python

import mediafire_dl

url = 'https://mediafire.com/xx/xx/file.zip'
output = 'file.zip'
mediafire_dl.download(url, output, quiet=False)

Build with

  • Python3 - Python is an interpreted, high-level, general-purpose programming language.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

Simple command-line script to download files from mediafire based on gdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%