Heath123 / mediafire-dl

Commandline Python app to Autodownload mediafire folders and files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

$ pip install bs4 requests tqdm lxml
$ git clone https://github.com/mohamed-elsaka/mediafire-dl.git

Usage:

python mediafire-dl.py mediafire_link_1 mediafire_link_2 mediafire_link_3

Add to PATH on Linux:

1. Open the terminal & Navigate to the folder containing mediafire-dl.py

2. $ sudo cp mediafire-dl.py /usr/bin/mediafire-dl

3. $ sudo chmod a+rx /usr/bin/mediafire-dl


Now you can call the app anywhere without the need to enter its full path :)

About

Commandline Python app to Autodownload mediafire folders and files.


Languages

Language:Python 100.0%