UNPKG

n8n-nodes-bandi-youtube-transcript

Version:

유튜브 자막 + 기타 유튜브 정보를 가져오는 n8n 커뮤니티 노드 패키지

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