UNPKG

n8n-nodes-kih-youtube-transcript

Version:

n8n community node to fetch YouTube video transcripts using KI-H API

6 lines (5 loc) 280 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class KihYoutubeTranscript implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }