workflows.fit
Back to n8n workflows
n8n template$25By Mauricio Perera

YouTube report generator

YouTube Subtitles Report Generator Overview This template enables users to generate analytical reports from YouTube video subtitles, providing insights into the thematic content of the video. Designed for efficiency a...

DevelopmentCore NodesAILangchainUtilityWebhookCodeHttp Request
Open checkout
Loading interactive preview...

Template notes

YouTube Subtitles Report Generator

Overview

This template enables users to generate analytical reports from YouTube video subtitles, providing insights into the thematic content of the video. Designed for efficiency and simplicity, it processes video subtitles without requiring an API key, making it an accessible solution for content analysis. The system assumes videos already have subtitles available, excluding live streams and videos without subtitle data.

---

Key Features

1. Trigger Webhook: Seamlessly receive video IDs through a webhook trigger. 2. Fetch Video HTML: Retrieves the video’s HTML content directly from YouTube. 3. Extract Subtitles URLs: Processes the HTML content to find and decode subtitle URLs. 4. Fetch Subtitles Content: Downloads the subtitles from the decoded URLs in XML format. 5. Generate Analytical Report: Utilizes an AI model to summarize and analyze the thematic essence of video content. - The system supports models such as Google Gemini, OpenAI, and other compatible language models. - The quality of the results may vary depending on the model used, with better models providing faster and more accurate summaries. - The default prompt focuses on identifying and summarizing the main theme of the video while excluding content related to promotions, subscriptions, or sponsored content. 6. Return Analytical Report: Delivers concise analytical reports as the final response to the webhook, suitable for various use cases like research, content creation, or consumption as plain text.

---

Setup Instructions