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
326 stars 143 forks source link

Get title/description in different languages #225

Open lehoangbaochung opened 2 years ago

lehoangbaochung commented 2 years ago

Is your feature request related to a problem? Please describe. There are several videos with different titles/descriptions for each language.

Describe the solution you'd like So, how to I get all them?

Describe alternatives you've considered Now, I only can get title/description in default language of video with video.title.

How should this be implemented Surely Youtube has a setting to determine the current language in their website, can we do something to change this language?