youtube_explode_dart icon indicating copy to clipboard operation
youtube_explode_dart copied to clipboard

[BUG] func autoTranslate not correct length item

Open PhuCG opened this issue 9 months ago • 2 comments

in video link: https://www.youtube.com/watch?v=uk-JuzGlSgs final captions = captionTrack.captions.toList(); final translateCaptionTrack = await closedCaption.get(trackInfo.autoTranslate(nativeCode)); final translates = translateCaptionTrack.captions.toList(); results:

  • captions lenght 183
  • translates lenght 173 please help? some solution for that.

PhuCG avatar Nov 14 '23 07:11 PhuCG