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
301 stars 122 forks source link

[BUG] Can't parse shorts video #205

Closed prateekmedia closed 2 years ago

prateekmedia commented 2 years ago

Describe the bug When using yt.channels.getUploadsFromPage for channel with shorts it fails with an error.

To Reproduce Get uploads from any channel with shorts and you will get following output.

Stacktrace

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FormatException: Invalid radix-10 number (at character 1)
SHORTS
^

Enviroment: (please complete the following information):

Additional context None