mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
docs: update comment in YoutubeChannelInfoItemExtractor
This commit is contained in:
parent
5daabd1793
commit
016623131e
@ -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…
x
Reference in New Issue
Block a user