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

```dart import 'package:youtube_explode_dart/youtube_explode_dart.dart'; void main(List args) async { var youtube = YoutubeExplode(); var channel = await youtube.channels.getAboutPageByUsername("miawaug"); print(channel); } ``` ```bash FatalFailureException (FatalFailureException: Failed to perform an HTTP request to...

bug

I want Search in channel . I did not see such a feature and would like to know if there is one. If this is not possible with our package,...

enhancement

i want to get all playlist videos by channel. how to do that? thank you!

enhancement

**Describe the bug** Cannot get comments from a video **To Reproduce** Use the following code to get comments from videoData and it will always return null ```dart yt.videos.commentsClient.getComments(videoData) ``` **Stacktrace**...

bug

It doesn't have uploader name / url and playlist date updated.

bug

The SearchChannel class doesn't have the channel logo and channel subscriber count which are essential when showing search results.

bug

Is their any document that shows how to use the search filters, I know they are their but they are not documented.

documentation

In situations where internet connection is lost, or when a user would like to pause downloading and resume downloading later. How do you handle that?

**Describe the bug** FormatException is thrown when trying to get duration of SHORTS videos. This happens when a channel contains a short videos. The method to convert string to duration...

bug
question

youtube_explode_dart: "^1.10.6" When I retrieved the release date of an unreleased live video course, I returned an incorrect time the urlLink:https://www.youtube.com/watch?v=DWtHKh7r2k0 It will be released on 2022/3/10 but the publishDate...

bug