Class FeedExtractor
- java.lang.Object
-
- org.schabi.newpipe.extractor.Extractor
-
- org.schabi.newpipe.extractor.ListExtractor<StreamInfoItem>
-
- org.schabi.newpipe.extractor.feed.FeedExtractor
-
- Direct Known Subclasses:
YoutubeFeedExtractor
public abstract class FeedExtractor extends ListExtractor<StreamInfoItem>
This class helps to extract items from lightweight feeds that the services may provide.YouTube is an example of a service that has this alternative available.
-
-
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 Constructor Description FeedExtractor(StreamingService service, ListLinkHandler listLinkHandler)
-
Method Summary
-
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, getName, getOriginalUrl, getService, getServiceId, getTimeAgoParser, getUrl, isPageFetched, onFetchPage
-
-
-
-
Constructor Detail
-
FeedExtractor
public FeedExtractor(StreamingService service, ListLinkHandler listLinkHandler)
-
-