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
It is necessary to have python3 and pip3
pip3 install git+https://github.com/Juvenal-Yescas/mediafire-dl
Step 1: Select files to download.
Step 2: Copy share link.
Step 3: From Command Line.
cd mediafire-batch-download
python main.py "copied/link" --out_folder "path/to/save/folder"
- Python3 - Python is an interpreted, high-level, general-purpose programming language.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by :
- gdown
- openload-dl
- mediafire-dl