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:
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: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