New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More ā†’
Socket
Sign inDemoInstall
Socket

ruhend-scraper

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruhend-scraper - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

7

package.json
{
"name": "ruhend-scraper",
"version": "8.0.1",
"version": "8.0.2",
"description": "scraper downloader tiktok ytmp3 ytmp4 Facebook instagram youtube search",

@@ -22,8 +22,9 @@ "main": "index.js",

"axios": "^1.3.2",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0-rc.10",
"node-fetch": "2.6.1",
"tar": "7.4.0",
"got": "^11.7.0",
"zod": "^3.20.2"
"zod": "^3.20.2",
"yt-search": "2.12.1"
}
}

@@ -23,15 +23,8 @@ ## Downloader Media

```ts
//use try catch instead
const url = 'youtube link'
const { title, audio, author, description, duration, views, upload, thumbnail } = await ytmp4(url);
or
const data = await ytmp3(url)
return data or console.log(data)
const { ytmp3, ytmp3v2 } = require('ruhend-scraper')
//for v1
const data = await ytmp3('your youtube url')
console.log(data)
//for v2
const data2 = await ytmp3v2('your youtube url')
console.log(data2)
```

@@ -42,14 +35,8 @@

```ts
//use try catch instead and
const url = 'youtube link'
const { title, video, author, description, duration, views, upload, thumbnail } = await ytmp4(url);
or
const data = await ytmp4(url)
return data or console.log(data)
const { ytmp4, ytmp4v2 } = require('ruhend-scraper')
//for v1
const data = await ytmp4('your youtube url')
console.log(data)
//for v2
const data2 = await ytmp4v2('your youtube url')
console.log(data2)
```

@@ -56,0 +43,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with āš”ļø by Socket Inc