1 Open Issue Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a new Flask API endpoint that uses the `youtube-transcript-api` library to fetch YouTube video transcripts. The endpoint should accept a video ID and return a JSON response containing both a clean transcript and a transcript with timestamps. Error handling for various scenarios (e.g., transcripts disabled, no transcript found, invalid video ID) is required.

Complexity: 3/5
enhancement help wanted good first issue