admin管理员组

文章数量:1186277

I want to build a Chrome extension that summarizes YouTube videos. When a user watches a video on YouTube and presses a button, the app generates a summary. To achieve this, I plan to send the video transcript to an LLM. Initially, I considered using the YouTube API, but it has a quota limit of around 200 videos per day.

Is there a way to increase this quota? Alternatively, I could use a voice-to-text approach to generate transcripts directly from the video. Would this method comply with YouTube's Terms of Service?

Additionally, I would love to explore any other compliant solutions if available.

本文标签: Building a Compliant Chrome Extension for Summarizing YouTube VideosStack Overflow