docs: update comment in YoutubeChannelInfoItemExtractor

This commit is contained in:
ThetaDev 2022-11-29 19:06:03 +01:00
parent 5daabd1793
commit 016623131e
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ public class YoutubeChannelInfoItemExtractor implements ChannelInfoItemExtractor
public long getStreamCount() throws ParsingException {
try {
if (withHandle || !channelInfoItem.has("videoCountText")) {
// Video count is not available, channel probably has no public uploads.
// Video count is not available, either the channel has no public uploads
// or YouTube displays the channel handle instead.
return ListExtractor.ITEM_COUNT_UNKNOWN;
}