Package org.schabi.newpipe.extractor
Interface InfoItemExtractor
-
- All Known Subinterfaces:
ChannelInfoItemExtractor
,CommentsInfoItemExtractor
,PlaylistInfoItemExtractor
,StreamInfoItemExtractor
- All Known Implementing Classes:
BandcampAlbumInfoItemExtractor
,BandcampChannelInfoItemExtractor
,BandcampCommentsInfoItemExtractor
,BandcampDiscographStreamInfoItemExtractor
,BandcampPlaylistInfoItemExtractor
,BandcampPlaylistInfoItemFeaturedExtractor
,BandcampPlaylistStreamInfoItemExtractor
,BandcampRadioInfoItemExtractor
,BandcampRelatedPlaylistInfoItemExtractor
,BandcampSearchStreamInfoItemExtractor
,BandcampStreamInfoItemExtractor
,MediaCCCConferenceInfoItemExtractor
,MediaCCCLiveStreamKioskExtractor
,MediaCCCRecentKioskExtractor
,MediaCCCStreamInfoItemExtractor
,PeertubeChannelInfoItemExtractor
,PeertubeCommentsInfoItemExtractor
,PeertubePlaylistInfoItemExtractor
,PeertubeSepiaStreamInfoItemExtractor
,PeertubeStreamInfoItemExtractor
,SoundcloudChannelInfoItemExtractor
,SoundcloudCommentsInfoItemExtractor
,SoundcloudPlaylistInfoItemExtractor
,SoundcloudStreamInfoItemExtractor
,YoutubeChannelInfoItemExtractor
,YoutubeCommentsInfoItemExtractor
,YoutubeFeedInfoItemExtractor
,YoutubeMixOrPlaylistInfoItemExtractor
,YoutubeMusicAlbumOrPlaylistInfoItemExtractor
,YoutubeMusicArtistInfoItemExtractor
,YoutubeMusicSongOrVideoInfoItemExtractor
,YoutubePlaylistInfoItemExtractor
,YoutubeReelInfoItemExtractor
,YoutubeStreamInfoItemExtractor
public interface InfoItemExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
java.util.List<Image>
getThumbnails()
java.lang.String
getUrl()
-
-
-
Method Detail
-
getName
java.lang.String getName() throws ParsingException
- Throws:
ParsingException
-
getUrl
java.lang.String getUrl() throws ParsingException
- Throws:
ParsingException
-
getThumbnails
@Nonnull java.util.List<Image> getThumbnails() throws ParsingException
- Throws:
ParsingException
-
-