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 __init__ import mf
url = "https://www.mediafire.com/file/2i79lqfyntphq4m/BAT.apk/file"
result = mf(url)
print(result)
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.0.tar.gz
(2.4 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.0.tar.gz.
File metadata
- Download URL: mediafiredlpy-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2203d556e5e9c8ce0c91860802d72d5cc4260e3882e8971899f768a565d15782
|
|
| MD5 |
d31450f13f6c5bebc64c1b5464cb2618
|
|
| BLAKE2b-256 |
1573b1ff397e378a126b63e3f732b4a9b326e4dbed812d3db9670da22899cf13
|
File details
Details for the file mediafiredlpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mediafiredlpy-0.1.0-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 |
83a47165645f8b49eeaaeedb5a7fc0acb32eeab26229be92e7313a11d3869d44
|
|
| MD5 |
513a32f3c094937d9447a3ef3247875d
|
|
| BLAKE2b-256 |
6886ab1a2ac2694a3d265ea197c4b85032d72ee860d8246240aff5191b367948
|