Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@choisb87/sb-youtube) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@choisb87/sb-youtube
n8n community node to fetch YouTube auto-generated captions/transcripts in SRT format.
Note: This node fetches auto-generated captions from YouTube videos and returns them as SRT (SubRip subtitle) format strings.
Installation
npm install @choisb87/sb-youtubeOr install directly in n8n:
- Go to Settings > Community Nodes
- Enter
@choisb87/sb-youtube - Click Install
Usage
- Add the YouTube Transcript node to your workflow
- Enter the YouTube Video URL or ID
- Select the Language from dropdown (default: Korean)
- Available: Korean, English, Japanese, Chinese, Spanish, French, German, Portuguese, Russian, Italian
- The node outputs the transcript in SRT format as a string
Output
The node returns:
{
"videoId": "xDv6rwuY0_0",
"srt": "1\n00:00:00,160 --> 00:00:04,080\n지금 여러분 발밑에서 펼쳐지는\n\n2\n..."
}Features
- Fetches auto-generated captions from YouTube
- Language dropdown with 10 common languages
- Returns transcript in SRT (SubRip) format
- Handles both YouTube URLs and video IDs
License
MIT