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

VideoSearchList is randomly empty instead of returning a list of 20 #275

Open razfazz opened 4 months ago

razfazz commented 4 months ago

final videos = await yt.search.search("{searchterm}", filter: TypeFilters.video);

sometimes return a empty list. Sometimes randomly and sometimes always on some devices

zogol commented 4 months ago

Having the same issue on some devices. I advise to buy the api

triggerfx commented 3 weeks ago

Same issue, any solutions?