Package Exports
- mfiredlcore-vihangayt
- mfiredlcore-vihangayt/app.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mfiredlcore-vihangayt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Get mediafire direct dl link,name,size,mime using mediafire link.
- Author : Vihanga-YT
Example
const { mediafireDl } = require('mfiredlcore-vihangayt')
async function dl(){
console.log(await mediafireDl('https://www.mediafire.com/file/da52toz0dk3dmct/MediaFire_-_Getting_Started.pdf/file'))
}
dl()OutPut
{
name: 'MediaFire-GettingStarted.pdf',
size: '372.37KB',
date: '2017-01-07 12:16:54',
mime: 'application/pdf',
link: 'https://translate.google.com/website?sl=en&tl=fr&hl=en&client=webapp&u=https://download2439.mediafire.com/kqnkp8qb5doghZGZjDQfjCeUp-tjY0UgDmJA42j0svVMMW4lZ7fb750CGqOJdFO1Kcf5SCWk0VKSl6BgkXi1lOHllHrb/da52toz0dk3dmct/MediaFire%2B-%2BGetting%2BStarted.pdf'
}