Interface | Description |
---|---|
Collector<I,E> |
Collectors are used to simplify the collection of information
from extractors
|
InfoItemExtractor |
Class | Description |
---|---|
Extractor | |
Info | |
InfoItem | |
InfoItemsCollector<I extends InfoItem,E extends InfoItemExtractor> | |
ListExtractor<R extends InfoItem> |
Base class to extractors that have a list (e.g.
|
ListExtractor.InfoItemsPage<T extends InfoItem> |
A class that is used to wrap a list of gathered items and eventual errors, it
also contains a field that points to the next available page (
ListExtractor.InfoItemsPage.nextPage ). |
ListInfo<T extends InfoItem> | |
MetaInfo | |
NewPipe |
Provides access to streaming services supported by NewPipe.
|
Page | |
ServiceList |
A list of supported services.
|
StreamingService | |
StreamingService.ServiceInfo |
This class holds meta information about the service implementation.
|
Enum | Description |
---|---|
InfoItem.InfoType | |
MediaFormat |
Static data about various media formats support by NewPipe, eg mime type, extension
|
StreamingService.LinkType |
LinkType will be used to determine which type of URL you are handling, and therefore which part
of NewPipe should handle a certain URL.
|
StreamingService.ServiceInfo.MediaCapability |