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

Language metadata for audio track #273

Closed ivanesi closed 5 months ago

ivanesi commented 5 months ago

Is your feature request related to a problem? Please describe. Some videos have several audio tracks in different languages. User gets audio in unpredicted language.

Describe the solution you'd like User should be able to select language of the audio.

How should this be implemented Put language metadata to StreamInfo

Hexer10 commented 5 months ago

Hi, v2.2.0 was just released, when getting the manifest you can specify fullManifest: true to get more streams as well as the languages. Currently if that is not specified the default video language is fetched.