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

[BUG] Unhandled exception in helpers_extension #209

Closed jabirmayar closed 2 years ago

jabirmayar commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Include the code which doesn't work in the code markdown..

    final channel = yt.channels.getUploadsFromPage('channeliD');

    channel.then((value) async {
      value.forEach((p0) {
        print("utube: $p0");
      });

    });

Stacktrace Include here the stacktrace (if applicable).

Enviroment: (please complete the following information):