youtube-data-api icon indicating copy to clipboard operation
youtube-data-api copied to clipboard

Added get_all_threads for retrieval of all comment threads

Open efzn opened this issue 5 years ago • 0 comments

Added get_all_threads for retrieval of all comment threads associated with a particular channel.

This implements the "list (all threads related to channel ID)" use case described in the YouTube Data API Reference documentation here:

This example retrieves all comment threads associated with a particular channel. The response could include comments about the channel or about the channel's videos. The request's allThreadsRelatedToChannelId parameter identifies the channel.

efzn avatar Aug 12 '20 15:08 efzn