UNPKG
@dfansyah/scrapper
Version:
latest (0.0.2)
0.0.2
0.0.1
A module to helper your script
@dfansyah/scrapper
/
README.md
16 lines
(13 loc)
•
212 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
``
` const { mediafireDl }= require('@dfansyah/scrapper') `
``
## mediafireDl
***
For
Use
***
``
`mediafireDl("Your-link")`
``
***
Result
***
``
` Link: downloadLink Name: fileName Size: fileSize extension: fileExt `
``