Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
299 stars 122 forks source link

[BUG] func autoTranslate not correct length item #260

Open PhuCG opened 10 months ago

PhuCG commented 10 months ago

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:

Hexer10 commented 9 months ago

Are you sure this is an issue with the library? It could be that Youtube in the translation changes the captions count.

PhuCG commented 9 months ago

I tried going to the video on ytb and checking to see if those sentences had subtitles, it was all there on ytb . I don't know any other way to check, I just use my eyes and check it on ytb .