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

Get Trending videos using piped_api #191

Open prateekmedia opened 2 years ago

prateekmedia commented 2 years ago

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 you'd like There's a package called piped_api which can help this, it has this method:

PipedApi().getUnauthenticatedApi().trending(region: Regions.US)

Describe alternatives you've considered N.A.

How should this be implemented https://github.com/TeamPiped/piped_dart/blob/f9be9522e9d94956bca37aa23145b7f2efeeda71/lib/src/api/unauthenticated_api.dart#L345-L369

Additional context None

BinaryQuantumSoul commented 1 month ago

Any news?