Closed ninoko1995 closed 12 months ago
https://github.com/nstack-in/youtube_api/issues/40
I would like to search videos in the specific channel.
search
src/youtube_api.dart
channelId
searchUri
src/util/_api.dart
Issue
https://github.com/nstack-in/youtube_api/issues/40
Why
I would like to search videos in the specific channel.
What
search
function insrc/youtube_api.dart
to receivechannelId
as an argument and pass it tosearchUri
function.searchUri
function insrc/util/_api.dart
to receivechannelId
as an argument and convert it to the url option.