youtubetranscript 0.1.0
youtubetranscript: ^0.1.0 copied to clipboard
Official Dart/Flutter SDK for YouTubeTranscript.dev — extract, transcribe, and translate YouTube video transcripts. Supports captions, ASR audio transcription, batch processing, and 100+ languages.
0.1.0 #
- Initial release
- Transcript extraction with
transcribe() - Translation to 100+ languages
- ASR audio transcription with
transcribeAsr()andwaitForJob() - Batch processing up to 100 videos
- Export: SRT, VTT, plain text, timestamped text
- Search within transcripts
- Account stats and history
- Typed exceptions:
NoCaptionsException,RateLimitException, etc. - Automatic retries on 5xx errors
- Flutter widget example included