You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

n8n-nodes-youtube-transcript

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-youtube-transcript - npm Package Compare versions

Comparing version

to
0.7.1

9

dist/nodes/YoutubeTranscriptNode/YoutubeTranscriptNode.node.js

@@ -66,2 +66,11 @@ "use strict";

fallbackLanguage = this.getNodeParameter('fallbackLanguage', itemIndex, 'en');
const urlRegex = /^(http(s)?:\/\/)?((w){3}.)?youtu(be|.be)?(\.com)?\/.+/;
if (urlRegex.test(youtubeId)) {
const url = new URL(youtubeId);
const v = url.searchParams.get('v');
if (!v) {
throw new n8n_workflow_1.ApplicationError(`The provided URL doesn't contain a valid YouTube video identifier. URL: ${youtubeId}`);
}
youtubeId = v;
}
let transcript;

@@ -68,0 +77,0 @@ try {

2

dist/package.json
{
"name": "n8n-nodes-youtube-transcript",
"version": "0.7.0",
"version": "0.7.1",
"description": "download transcript of youtube videos in your n8n workflows",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "n8n-nodes-youtube-transcript",
"version": "0.7.0",
"version": "0.7.1",
"description": "download transcript of youtube videos in your n8n workflows",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.