Socket
Socket
Sign inDemoInstall

yt-trending-scraper

Package Overview
Dependencies
4
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "yt-trending-scraper",
"version": "1.0.1",
"version": "1.0.2",
"description": "Identifies the currently trending videos on YouTube and returns all trending site information about every video without accessing the YouTube API.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -68,3 +68,3 @@ const requester = require("./TrendingRequester")

video_entry.videoId = videoRenderer.videoId;
video_entry.title = videoRenderer.title.runs[0];
video_entry.title = videoRenderer.title.runs[0].text;
video_entry.author = videoRenderer.longBylineText.runs[0].text;

@@ -71,0 +71,0 @@ video_entry.authorId = videoRenderer.ownerText.runs[0].navigationEndpoint.browseEndpoint.browseId;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc