Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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.

Prerequisites

It is necessary to have python3 and pip3

Installation

pip3 install git+https://github.com/nck404/pymediafire

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)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages