diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelInfoItemExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelInfoItemExtractor.java index a78a8a93..8d1720f6 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelInfoItemExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelInfoItemExtractor.java @@ -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; }