Skip to content

Commit 0166231

Browse files
committed
docs: update comment in YoutubeChannelInfoItemExtractor
1 parent 5daabd1 commit 0166231

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelInfoItemExtractor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ public long getSubscriberCount() throws ParsingException {
111111
public long getStreamCount() throws ParsingException {
112112
try {
113113
if (withHandle || !channelInfoItem.has("videoCountText")) {
114-
// Video count is not available, channel probably has no public uploads.
114+
// Video count is not available, either the channel has no public uploads
115+
// or YouTube displays the channel handle instead.
115116
return ListExtractor.ITEM_COUNT_UNKNOWN;
116117
}
117118

0 commit comments

Comments
 (0)