Interface ChannelInfoItemExtractor
-
- All Superinterfaces:
InfoItemExtractor
- All Known Implementing Classes:
BandcampChannelInfoItemExtractor
,MediaCCCConferenceInfoItemExtractor
,PeertubeChannelInfoItemExtractor
,SoundcloudChannelInfoItemExtractor
,YoutubeChannelInfoItemExtractor
,YoutubeMusicArtistInfoItemExtractor
public interface ChannelInfoItemExtractor extends InfoItemExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
long
getStreamCount()
long
getSubscriberCount()
boolean
isVerified()
-
Methods inherited from interface org.schabi.newpipe.extractor.InfoItemExtractor
getName, getThumbnails, getUrl
-
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription() throws ParsingException
- Throws:
ParsingException
-
getSubscriberCount
long getSubscriberCount() throws ParsingException
- Throws:
ParsingException
-
getStreamCount
long getStreamCount() throws ParsingException
- Throws:
ParsingException
-
isVerified
boolean isVerified() throws ParsingException
- Throws:
ParsingException
-
-