redwap-scrapper
v3.0.0
Published
- Author : [Nimesh Official](https://github.com/nimesh-official0)
Downloads
6
Readme
- Author : Nimesh Official
How To Install
npm install redwap-scrapper
Require to export function
const { redwapsearch, redwapdl } = require('redwap-scrapper')
Search Example
async function response(){
const res = await redwapsearch("pee indain")
console.log(res)
}
response()
Download Example
async function response(){
const res = await redwapdl("https://www.redwap.me/videos/230128/teen-slut-from-michigan-fucks-on-camera-for-the-first-time/")
console.log(res)
}
response()