Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mfiredlcore-vihangayt

vihangayt011.2kISC1.0.0

Get mediafire direct dl link,name,size,mime using mediafire link.

globle, globle population, scraper, population, world population

readme


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'
}