Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youtube-crawler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-crawler - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -21,5 +21,7 @@ var http = require('https');

for (i = 0; i < videos.length; i++) {
var link = $(videos[i]).find('.yt-uix-sessionlink').attr('href');
if (!link.startsWith('/watch')) continue;
found.push({
title: $(videos[i]).find('.yt-lockup-title a').text(),
link: 'https://youtube.com' + $(videos[i]).find('.yt-uix-sessionlink').attr('href')
link: 'https://youtube.com' + link
});

@@ -26,0 +28,0 @@ }

{
"name": "youtube-crawler",
"version": "0.0.2",
"version": "0.0.3",
"description": "Another youtube crawler, no API key needed",

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

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