Class ChannelTabExtractor
- java.lang.Object
-
- org.schabi.newpipe.extractor.Extractor
-
- org.schabi.newpipe.extractor.ListExtractor<InfoItem>
-
- org.schabi.newpipe.extractor.channel.tabs.ChannelTabExtractor
-
- Direct Known Subclasses:
BandcampChannelTabExtractor
,MediaCCCChannelTabExtractor
,PeertubeChannelTabExtractor
,SoundcloudChannelTabExtractor
,YoutubeChannelTabExtractor
,YoutubeChannelTabPlaylistExtractor
public abstract class ChannelTabExtractor extends ListExtractor<InfoItem>
AListExtractor
ofInfoItem
s for tabs of channels.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.schabi.newpipe.extractor.ListExtractor
ListExtractor.InfoItemsPage<T extends InfoItem>
-
-
Field Summary
-
Fields inherited from class org.schabi.newpipe.extractor.ListExtractor
ITEM_COUNT_INFINITE, ITEM_COUNT_MORE_THAN_100, ITEM_COUNT_UNKNOWN
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ChannelTabExtractor(StreamingService service, ListLinkHandler linkHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get the name-
Methods inherited from class org.schabi.newpipe.extractor.ListExtractor
getInitialPage, getLinkHandler, getPage
-
Methods inherited from class org.schabi.newpipe.extractor.Extractor
assertPageFetched, fetchPage, forceContentCountry, forceLocalization, getBaseUrl, getDownloader, getExtractorContentCountry, getExtractorLocalization, getId, getOriginalUrl, getService, getServiceId, getTimeAgoParser, getUrl, isPageFetched, onFetchPage
-
-
-
-
Constructor Detail
-
ChannelTabExtractor
protected ChannelTabExtractor(@Nonnull StreamingService service, @Nonnull ListLinkHandler linkHandler)
-
-