youtube_explode_dart icon indicating copy to clipboard operation
youtube_explode_dart copied to clipboard

Get Trending videos using piped_api

Open prateekmedia opened this issue 2 years ago • 0 comments

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

prateekmedia avatar Feb 10 '22 12:02 prateekmedia