Class ExtractorHelper
- java.lang.Object
-
- org.schabi.newpipe.extractor.utils.ExtractorHelper
-
public final class ExtractorHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T extends InfoItem>
ListExtractor.InfoItemsPage<T>getItemsPageOrLogError(Info info, ListExtractor<T> extractor)
static java.util.List<InfoItem>
getRelatedItemsOrLogError(StreamInfo info, StreamExtractor extractor)
static java.util.List<InfoItem>
getRelatedVideosOrLogError(StreamInfo info, StreamExtractor extractor)
Deprecated.
-
-
-
Method Detail
-
getItemsPageOrLogError
public static <T extends InfoItem> ListExtractor.InfoItemsPage<T> getItemsPageOrLogError(Info info, ListExtractor<T> extractor)
-
getRelatedItemsOrLogError
public static java.util.List<InfoItem> getRelatedItemsOrLogError(StreamInfo info, StreamExtractor extractor)
-
getRelatedVideosOrLogError
@Deprecated public static java.util.List<InfoItem> getRelatedVideosOrLogError(StreamInfo info, StreamExtractor extractor)
Deprecated.
-
-