Open Issues Need Help
View All on GitHub Add transcript extraction using youtube-transcript-api about 1 month ago
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