Skip to content

Get channel with maxResults more than exists videos in a channel. #44

@ekalachev

Description

@ekalachev

When I try to load the channel's videos with only one video, it throws an exception. The problem solves if I put "1" for maxResults.

YoutubeAPI youtube = YoutubeAPI(key, type: "channel", maxResults: 1);
videoResult = await youtube.channel(channelId);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions