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
322 stars 141 forks source link

ClosedCaptionManifest.getByLanguage autoGenerated bug #210

Closed RblSb closed 2 years ago

RblSb commented 2 years ago

Currently you still getting auto generated captions with autoGenerated = false, because e.isAutoGenerated is true. https://github.com/Hexer10/youtube_explode_dart/blob/7ec0098c7fbbfce0bda446bff1145725251d7e3f/lib/src/videos/closed_captions/closed_caption_manifest.dart#L27

Hexer10 commented 2 years ago

Thanks for reporting, the fix will be release in the next version.