YouTube Video Transcript Extractor
detail.loadingPreview
Extracts and cleans transcripts from YouTube videos.
About This Workflow
This workflow automates the process of fetching and cleaning transcripts from YouTube videos. It utilizes the youtube-transcript3 API to retrieve raw transcript data, processes it to remove unnecessary formatting and extra spaces, and then makes the cleaned transcript available for further use. The workflow starts with a user-provided YouTube video URL via a form trigger.
Key Features
- User-friendly input: Accepts YouTube video URLs through a simple form.
- API Integration: Connects to the youtube-transcript3 API for transcript retrieval.
- Robust Transcript Processing: Handles various API response formats and cleans the transcript text.
- Error Handling: Provides feedback if no transcript is available for a video.
- Structured Output: Outputs cleaned transcript, original data, and video metadata.
How To Use
- Trigger: Start the workflow by submitting a YouTube video URL through the
YoutubeVideoURLform. - Extract Transcript: The
extractTranscriptnode will call the youtube-transcript3 API with the provided URL to fetch the raw transcript. - Process Transcript: The
processTranscriptnode (a Function node) cleans the raw transcript by removing extra spaces and normalizing punctuation. It also handles cases where no transcript is available. - Cleaned Transcript: The
cleanedTranscriptnode (a Set node) further processes the output from the Function node, ensuring thetranscriptfield contains the cleaned text.
Apps Used
Workflow JSON
{
"id": "8a771486-7f45-4b98-8a84-6584c072f263",
"name": "YouTube Video Transcript Extractor",
"nodes": 19,
"category": "Content Extraction",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 8a771486-7f45...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate Local Business Outreach with AI-Powered Yelp Scraper
This workflow automates the process of scraping local business details from Yelp using AI, then leverages that data to send personalized partnership proposals via Gmail. It's perfect for sales and marketing teams looking to streamline lead generation and outreach campaigns.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.