youtube_explode_dart
youtube_explode_dart copied to clipboard
Get Trending videos using piped_api
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