youtubetranscript 0.1.1
youtubetranscript: ^0.1.1 copied to clipboard
Official Dart/Flutter SDK for YouTubeTranscript.dev. Extract, transcribe, and translate YouTube video transcripts.
0.1.1 #
- Shorten package description for pub.dev compliance
- Improved README with logo, badges, and expanded docs
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