docs: update comment in YoutubeChannelInfoItemExtractor
This commit is contained in:
parent
5daabd1793
commit
016623131e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue