Class KioskInfo
- java.lang.Object
-
- org.schabi.newpipe.extractor.Info
-
- org.schabi.newpipe.extractor.ListInfo<StreamInfoItem>
-
- org.schabi.newpipe.extractor.kiosk.KioskInfo
-
- All Implemented Interfaces:
java.io.Serializable
public final class KioskInfo extends ListInfo<StreamInfoItem>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KioskInfo
getInfo(java.lang.String url)
static KioskInfo
getInfo(KioskExtractor extractor)
Get KioskInfo from KioskExtractorstatic KioskInfo
getInfo(StreamingService service, java.lang.String url)
static ListExtractor.InfoItemsPage<StreamInfoItem>
getMoreItems(StreamingService service, java.lang.String url, Page page)
-
Methods inherited from class org.schabi.newpipe.extractor.ListInfo
getContentFilters, getNextPage, getRelatedItems, getSortFilter, hasNextPage, setNextPage, setRelatedItems
-
Methods inherited from class org.schabi.newpipe.extractor.Info
addAllErrors, addError, getErrors, getId, getName, getOriginalUrl, getService, getServiceId, getUrl, setOriginalUrl, toString
-
-
-
-
Method Detail
-
getMoreItems
public static ListExtractor.InfoItemsPage<StreamInfoItem> getMoreItems(StreamingService service, java.lang.String url, Page page) throws java.io.IOException, ExtractionException
- Throws:
java.io.IOException
ExtractionException
-
getInfo
public static KioskInfo getInfo(java.lang.String url) throws java.io.IOException, ExtractionException
- Throws:
java.io.IOException
ExtractionException
-
getInfo
public static KioskInfo getInfo(StreamingService service, java.lang.String url) throws java.io.IOException, ExtractionException
- Throws:
java.io.IOException
ExtractionException
-
getInfo
public static KioskInfo getInfo(KioskExtractor extractor) throws ExtractionException
Get KioskInfo from KioskExtractor- Parameters:
extractor
- an extractor where fetchPage() was already got called on.- Throws:
ExtractionException
-
-