youtube_explode_dart icon indicating copy to clipboard operation
youtube_explode_dart copied to clipboard

Dart library to interact with many Youtube APIs

Results 30 youtube_explode_dart issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Trending videos fetching is required for applications like youtube_downloader who wants there homepage not to be empty. **Describe the solution...

enhancement

is it possible to get hls Live start time or date ? when live end and become video is it possible to get them time , and how to do...

enhancement

**Describe the solution you'd like** Relating to #17, I would like to obtain the list of videos related to a certain video which are usually displayed at the right side...

enhancement

I am using the plugin, everything works very well, but I have a problem that is getting a list of videos related to the given videoid. I can also get...

enhancement

**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...

enhancement

**Describe the bug** YoutubeExplode library throws a VideoUnavailableException but when I go to youtube.com the video is available and has multiple streams. 1080, 720, 360 and so on. This usually...

bug

Dear Hexer10! Can you add a related videos feature when fetched a video from id or url in Video object? For example like when we click play on a video...

enhancement

Searches and comments should be able to get the author's avatar. I don't know why not. I suggest adding it because I think it is very important. Otherwise, you need...

enhancement

**Describe the bug** The .nextPage() method provided by the SearchList and also VidoSearchList tends to return videos that have already been fetched in the initial search api call resulting in...

bug

in video link: [https://www.youtube.com/watch?v=uk-JuzGlSgs](url) ` 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?...

bug