A simple Python module to extract Mediafire download links
Project description
mediafiredlpy
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',
'date': 'August 10, 2025'
}
}
📦 Installation
pip install mediafiredlpy
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.2.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.2.tar.gz.
File metadata
- Download URL: mediafiredlpy-0.1.2.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 |
75d430ac06269c15cd9306353b3dae83c8d2593bd61847c06e3095eda84bccd1
|
|
| MD5 |
362c33f7366860fa9a5357e013e8baf5
|
|
| BLAKE2b-256 |
f9404408c50ecf2be41c13141b02363c38fc5b4737a1542661f5c6adeb358177
|
File details
Details for the file mediafiredlpy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mediafiredlpy-0.1.2-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 |
405d1e32d1e39185e453cdbb673e92515525f7a14be1581dadf23434a1afebd0
|
|
| MD5 |
f34e2f4ad26e0578ee95b64bc7841ef5
|
|
| BLAKE2b-256 |
17ed3f8a7a6fdf77cebadb59613c79d85620d95ddf646cdd30f795f7befa1ad3
|