A simple Python module to extract Mediafire download links
Project description
mediafireDL
A simple python module to extract MediaFire direct download link and file size.detalls Give You This Module
✨ Features
- Get direct download URL
- Get file size
- Easy to use
- fast usage
🛠️ Usage
from mediafiredlpy import mf
url = "https://www.mediafire.com/file/2i79lqfyntphq4m/BAT.apk/file"
result = mf(url)
print(result +'\n\n')
print(result['data']['download'])
#or import
import mediafiredlpy
url = "https://www.mediafire.com/file/2i79lqfyntphq4m/BAT.apk/file"
result =mediafiredlpy.mf(url)
print(result+'\n\n')
print(result['data']['download'])
Sample result:-
{ status: 'true',
data: {
download: 'https://download2284.mediafire.com/nkvs7ouadgkgMBXBx1yovQ6yqL-kWX4OigWbpn38a8edX-vyIpb7qjbwXHwlvhdimTwM2OBgMJKXZ0tCj0PHa8ZZCzx3tS806yRxwy0i4gZaxe8ex5lu77D4_gYxJVewt0-rg9NlaHia6eivA88wI490_GpPnwp6WDmLkPZCuhYKXQE/2i79lqfyntphq4m/BAT.apk',
fileSize: '5.76MB',
uploadInfo: 'This file was uploaded from Sri Lanka on August 10, 2025 at 10:22 PM'
}
}
📦 Installation
pip install mediafireDL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mediafiredlpy-0.1.1.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mediafiredlpy-0.1.1.tar.gz.
File metadata
- Download URL: mediafiredlpy-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
222cf7d572a217592f42c46c19d28fc68361f786d839da640536df471963096c
|
|
| MD5 |
c3e9c0a23fbc76aa8aedb20f0460600e
|
|
| BLAKE2b-256 |
91443aedd86064c32551749cccc4cd557cd3c322193017adcaddf3e641ff10bb
|
File details
Details for the file mediafiredlpy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mediafiredlpy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87a3c8f427edb2fc8979f2ba876aedfb5da413c4181ecc8c5a7e71485829216c
|
|
| MD5 |
f3347028547a6695610ef4a6ab6734ee
|
|
| BLAKE2b-256 |
a90f2fc07436784df1aa4350c14eed0d8a4cde83dd534145e6e06954c8c45ef8
|