Class FeedInfo
- java.lang.Object
-
- org.schabi.newpipe.extractor.Info
-
- org.schabi.newpipe.extractor.ListInfo<StreamInfoItem>
-
- org.schabi.newpipe.extractor.feed.FeedInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class FeedInfo extends ListInfo<StreamInfoItem>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeedInfo(int serviceId, java.lang.String id, java.lang.String url, java.lang.String originalUrl, java.lang.String name, java.util.List<java.lang.String> contentFilter, java.lang.String sortFilter)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FeedInfo
getInfo(java.lang.String url)
static FeedInfo
getInfo(FeedExtractor extractor)
static FeedInfo
getInfo(StreamingService service, java.lang.String url)
-
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
-
getInfo
public static FeedInfo getInfo(java.lang.String url) throws java.io.IOException, ExtractionException
- Throws:
java.io.IOException
ExtractionException
-
getInfo
public static FeedInfo getInfo(StreamingService service, java.lang.String url) throws java.io.IOException, ExtractionException
- Throws:
java.io.IOException
ExtractionException
-
getInfo
public static FeedInfo getInfo(FeedExtractor extractor) throws java.io.IOException, ExtractionException
- Throws:
java.io.IOException
ExtractionException
-
-