Serialized Form
-
Package org.schabi.newpipe.extractor
-
Class org.schabi.newpipe.extractor.Image extends java.lang.Object implements Serializable
-
Serialized Fields
-
estimatedResolutionLevel
Image.ResolutionLevel estimatedResolutionLevel
-
height
int height
-
url
java.lang.String url
-
width
int width
-
-
-
Class org.schabi.newpipe.extractor.Info extends java.lang.Object implements Serializable
-
Serialized Fields
-
errors
java.util.List<java.lang.Throwable> errors
-
id
java.lang.String id
Id of this Info object
e.g. Youtube: https://www.youtube.com/watch?v=RER5qCTzZ7 > RER5qCTzZ7 -
name
java.lang.String name
-
originalUrl
java.lang.String originalUrl
The url used to start the extraction of thisInfo
object.- See Also:
Extractor.getOriginalUrl()
-
serviceId
int serviceId
-
url
java.lang.String url
Different than theInfo.originalUrl
in the sense that it may be set as a cleaned url.- See Also:
LinkHandler.getUrl()
,Extractor.getOriginalUrl()
-
-
-
Class org.schabi.newpipe.extractor.InfoItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
infoType
InfoItem.InfoType infoType
-
name
java.lang.String name
-
serviceId
int serviceId
-
thumbnails
java.util.List<Image> thumbnails
-
url
java.lang.String url
-
-
-
Class org.schabi.newpipe.extractor.ListInfo extends Info implements Serializable
-
Class org.schabi.newpipe.extractor.MetaInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
content
Description content
-
title
java.lang.String title
-
urls
java.util.List<java.net.URL> urls
-
urlTexts
java.util.List<java.lang.String> urlTexts
-
-
-
Class org.schabi.newpipe.extractor.Page extends java.lang.Object implements Serializable
-
Serialized Fields
-
body
byte[] body
-
cookies
java.util.Map<java.lang.String,java.lang.String> cookies
-
id
java.lang.String id
-
ids
java.util.List<java.lang.String> ids
-
url
java.lang.String url
-
-
-
-
Package org.schabi.newpipe.extractor.channel
-
Class org.schabi.newpipe.extractor.channel.ChannelInfo extends Info implements Serializable
-
Serialized Fields
-
avatars
java.util.List<Image> avatars
-
banners
java.util.List<Image> banners
-
description
java.lang.String description
-
donationLinks
java.lang.String[] donationLinks
-
feedUrl
java.lang.String feedUrl
-
parentChannelAvatars
java.util.List<Image> parentChannelAvatars
-
parentChannelName
java.lang.String parentChannelName
-
parentChannelUrl
java.lang.String parentChannelUrl
-
subscriberCount
long subscriberCount
-
tabs
java.util.List<ListLinkHandler> tabs
-
tags
java.util.List<java.lang.String> tags
-
verified
boolean verified
-
-
-
Class org.schabi.newpipe.extractor.channel.ChannelInfoItem extends InfoItem implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
streamCount
long streamCount
-
subscriberCount
long subscriberCount
-
verified
boolean verified
-
-
-
-
Package org.schabi.newpipe.extractor.channel.tabs
-
Class org.schabi.newpipe.extractor.channel.tabs.ChannelTabInfo extends ListInfo<InfoItem> implements Serializable
-
-
Package org.schabi.newpipe.extractor.comments
-
Class org.schabi.newpipe.extractor.comments.CommentsInfo extends ListInfo<CommentsInfoItem> implements Serializable
-
Serialized Fields
-
commentsCount
int commentsCount
-
commentsDisabled
boolean commentsDisabled
-
-
-
Class org.schabi.newpipe.extractor.comments.CommentsInfoItem extends InfoItem implements Serializable
-
Serialized Fields
-
commentId
java.lang.String commentId
-
commentText
Description commentText
-
creatorReply
boolean creatorReply
-
heartedByUploader
boolean heartedByUploader
-
isChannelOwner
boolean isChannelOwner
-
likeCount
int likeCount
-
pinned
boolean pinned
-
replies
Page replies
-
replyCount
int replyCount
-
streamPosition
int streamPosition
-
textualLikeCount
java.lang.String textualLikeCount
-
textualUploadDate
java.lang.String textualUploadDate
-
uploadDate
DateWrapper uploadDate
-
uploaderAvatars
java.util.List<Image> uploaderAvatars
-
uploaderName
java.lang.String uploaderName
-
uploaderUrl
java.lang.String uploaderUrl
-
uploaderVerified
boolean uploaderVerified
-
-
-
-
Package org.schabi.newpipe.extractor.exceptions
-
Class org.schabi.newpipe.extractor.exceptions.AccountTerminatedException extends ContentNotAvailableException implements Serializable
-
Serialized Fields
-
reason
AccountTerminatedException.Reason reason
-
-
-
Class org.schabi.newpipe.extractor.exceptions.AgeRestrictedContentException extends ContentNotAvailableException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.ContentNotAvailableException extends ParsingException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.ContentNotSupportedException extends ParsingException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.ExtractionException extends java.lang.Exception implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.FoundAdException extends ParsingException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.GeographicRestrictionException extends ContentNotAvailableException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.PaidContentException extends ContentNotAvailableException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.ParsingException extends ExtractionException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.PrivateContentException extends ContentNotAvailableException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.ReCaptchaException extends ExtractionException implements Serializable
-
Serialized Fields
-
url
java.lang.String url
-
-
-
Class org.schabi.newpipe.extractor.exceptions.SoundCloudGoPlusContentException extends ContentNotAvailableException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.UnsupportedTabException extends java.lang.UnsupportedOperationException implements Serializable
-
Class org.schabi.newpipe.extractor.exceptions.YoutubeMusicPremiumContentException extends ContentNotAvailableException implements Serializable
-
-
Package org.schabi.newpipe.extractor.feed
-
Class org.schabi.newpipe.extractor.feed.FeedInfo extends ListInfo<StreamInfoItem> implements Serializable
-
-
Package org.schabi.newpipe.extractor.kiosk
-
Class org.schabi.newpipe.extractor.kiosk.KioskInfo extends ListInfo<StreamInfoItem> implements Serializable
-
-
Package org.schabi.newpipe.extractor.linkhandler
-
Class org.schabi.newpipe.extractor.linkhandler.LinkHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
-
originalUrl
java.lang.String originalUrl
-
url
java.lang.String url
-
-
-
Class org.schabi.newpipe.extractor.linkhandler.ListLinkHandler extends LinkHandler implements Serializable
-
Serialized Fields
-
contentFilters
java.util.List<java.lang.String> contentFilters
-
sortFilter
java.lang.String sortFilter
-
-
-
Class org.schabi.newpipe.extractor.linkhandler.ReadyChannelTabListLinkHandler extends ListLinkHandler implements Serializable
-
Serialized Fields
-
extractorBuilder
ReadyChannelTabListLinkHandler.ChannelTabExtractorBuilder extractorBuilder
-
-
-
Class org.schabi.newpipe.extractor.linkhandler.SearchQueryHandler extends ListLinkHandler implements Serializable
-
-
Package org.schabi.newpipe.extractor.localization
-
Class org.schabi.newpipe.extractor.localization.ContentCountry extends java.lang.Object implements Serializable
-
Serialized Fields
-
countryCode
java.lang.String countryCode
-
-
-
Class org.schabi.newpipe.extractor.localization.DateWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
isApproximation
boolean isApproximation
-
offsetDateTime
java.time.OffsetDateTime offsetDateTime
-
-
-
Class org.schabi.newpipe.extractor.localization.Localization extends java.lang.Object implements Serializable
-
Serialized Fields
-
countryCode
java.lang.String countryCode
-
languageCode
java.lang.String languageCode
-
-
-
-
Package org.schabi.newpipe.extractor.playlist
-
Class org.schabi.newpipe.extractor.playlist.PlaylistInfo extends ListInfo<StreamInfoItem> implements Serializable
-
Serialized Fields
-
banners
java.util.List<Image> banners
-
description
Description description
-
playlistType
PlaylistInfo.PlaylistType playlistType
-
streamCount
long streamCount
-
subChannelAvatars
java.util.List<Image> subChannelAvatars
-
subChannelName
java.lang.String subChannelName
-
subChannelUrl
java.lang.String subChannelUrl
-
thumbnails
java.util.List<Image> thumbnails
-
uploaderAvatars
java.util.List<Image> uploaderAvatars
-
uploaderName
java.lang.String uploaderName
-
uploaderUrl
java.lang.String uploaderUrl
-
-
-
Class org.schabi.newpipe.extractor.playlist.PlaylistInfoItem extends InfoItem implements Serializable
-
Serialized Fields
-
description
Description description
-
playlistType
PlaylistInfo.PlaylistType playlistType
-
streamCount
long streamCount
How many streams this playlist have -
uploaderName
java.lang.String uploaderName
-
uploaderUrl
java.lang.String uploaderUrl
-
uploaderVerified
boolean uploaderVerified
-
-
-
-
Package org.schabi.newpipe.extractor.search
-
Class org.schabi.newpipe.extractor.search.SearchExtractor.NothingFoundException extends ExtractionException implements Serializable
-
Class org.schabi.newpipe.extractor.search.SearchInfo extends ListInfo<InfoItem> implements Serializable
-
Serialized Fields
-
isCorrectedSearch
boolean isCorrectedSearch
-
metaInfo
java.util.List<MetaInfo> metaInfo
-
searchString
java.lang.String searchString
-
searchSuggestion
java.lang.String searchSuggestion
-
-
-
-
Package org.schabi.newpipe.extractor.services.youtube
-
Class org.schabi.newpipe.extractor.services.youtube.ItagItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
approxDurationMs
long approxDurationMs
-
audioChannels
int audioChannels
-
audioLocale
java.util.Locale audioLocale
-
audioTrackId
java.lang.String audioTrackId
-
audioTrackName
java.lang.String audioTrackName
-
audioTrackType
AudioTrackType audioTrackType
-
avgBitrate
int avgBitrate
Deprecated.UseItagItem.getAverageBitrate()
instead. -
bitrate
int bitrate
-
codec
java.lang.String codec
-
contentLength
long contentLength
-
fps
int fps
Deprecated.UseItagItem.getFps()
andItagItem.setFps(int)
instead. -
height
int height
-
id
int id
-
indexEnd
int indexEnd
-
indexStart
int indexStart
-
initEnd
int initEnd
-
initStart
int initStart
-
itagType
ItagItem.ItagType itagType
-
mediaFormat
MediaFormat mediaFormat
-
quality
java.lang.String quality
-
resolutionString
java.lang.String resolutionString
Deprecated.UseItagItem.getResolutionString()
instead. -
sampleRate
int sampleRate
-
targetDurationSec
int targetDurationSec
-
width
int width
-
-
-
-
Package org.schabi.newpipe.extractor.services.youtube.dashmanifestcreators
-
Class org.schabi.newpipe.extractor.services.youtube.dashmanifestcreators.CreationException extends java.lang.RuntimeException implements Serializable
-
-
Package org.schabi.newpipe.extractor.services.youtube.extractors
-
Class org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeChannelTabPlaylistExtractor.SystemPlaylistUrlCreationException extends java.lang.RuntimeException implements Serializable
-
-
Package org.schabi.newpipe.extractor.stream
-
Class org.schabi.newpipe.extractor.stream.AudioStream extends Stream implements Serializable
-
Serialized Fields
-
audioLocale
java.util.Locale audioLocale
-
audioTrackId
java.lang.String audioTrackId
-
audioTrackName
java.lang.String audioTrackName
-
audioTrackType
AudioTrackType audioTrackType
-
averageBitrate
int averageBitrate
-
bitrate
int bitrate
-
codec
java.lang.String codec
-
indexEnd
int indexEnd
-
indexStart
int indexStart
-
initEnd
int initEnd
-
initStart
int initStart
-
itag
int itag
-
itagItem
ItagItem itagItem
-
quality
java.lang.String quality
-
-
-
Class org.schabi.newpipe.extractor.stream.Description extends java.lang.Object implements Serializable
-
Serialized Fields
-
content
java.lang.String content
-
type
int type
-
-
-
Class org.schabi.newpipe.extractor.stream.Frameset extends java.lang.Object implements Serializable
-
Serialized Fields
-
durationPerFrame
int durationPerFrame
-
frameHeight
int frameHeight
-
framesPerPageX
int framesPerPageX
-
framesPerPageY
int framesPerPageY
-
frameWidth
int frameWidth
-
totalCount
int totalCount
-
urls
java.util.List<java.lang.String> urls
-
-
-
Class org.schabi.newpipe.extractor.stream.Stream extends java.lang.Object implements Serializable
-
Serialized Fields
-
content
java.lang.String content
-
deliveryMethod
DeliveryMethod deliveryMethod
-
id
java.lang.String id
-
isUrl
boolean isUrl
-
manifestUrl
java.lang.String manifestUrl
-
mediaFormat
MediaFormat mediaFormat
-
-
-
Class org.schabi.newpipe.extractor.stream.StreamInfo extends Info implements Serializable
-
Serialized Fields
-
ageLimit
int ageLimit
-
audioStreams
java.util.List<AudioStream> audioStreams
-
category
java.lang.String category
-
dashMpdUrl
java.lang.String dashMpdUrl
-
description
Description description
-
dislikeCount
long dislikeCount
-
duration
long duration
-
hlsUrl
java.lang.String hlsUrl
-
host
java.lang.String host
-
language
java.util.Locale language
-
licence
java.lang.String licence
-
likeCount
long likeCount
-
metaInfo
java.util.List<MetaInfo> metaInfo
-
previewFrames
java.util.List<Frameset> previewFrames
Preview frames, e.g. for the storyboard / seekbar thumbnail preview -
privacy
StreamExtractor.Privacy privacy
-
relatedItems
java.util.List<InfoItem> relatedItems
-
shortFormContent
boolean shortFormContent
-
startPosition
long startPosition
-
streamSegments
java.util.List<StreamSegment> streamSegments
-
streamType
StreamType streamType
-
subChannelAvatars
java.util.List<Image> subChannelAvatars
-
subChannelName
java.lang.String subChannelName
-
subChannelUrl
java.lang.String subChannelUrl
-
subtitles
java.util.List<SubtitlesStream> subtitles
-
supportInfo
java.lang.String supportInfo
-
tags
java.util.List<java.lang.String> tags
-
textualUploadDate
java.lang.String textualUploadDate
-
thumbnails
java.util.List<Image> thumbnails
-
uploadDate
DateWrapper uploadDate
-
uploaderAvatars
java.util.List<Image> uploaderAvatars
-
uploaderName
java.lang.String uploaderName
-
uploaderSubscriberCount
long uploaderSubscriberCount
-
uploaderUrl
java.lang.String uploaderUrl
-
uploaderVerified
boolean uploaderVerified
-
videoOnlyStreams
java.util.List<VideoStream> videoOnlyStreams
-
videoStreams
java.util.List<VideoStream> videoStreams
-
viewCount
long viewCount
-
-
-
Class org.schabi.newpipe.extractor.stream.StreamInfo.StreamExtractException extends ExtractionException implements Serializable
-
Class org.schabi.newpipe.extractor.stream.StreamInfoItem extends InfoItem implements Serializable
-
Serialized Fields
-
duration
long duration
-
shortDescription
java.lang.String shortDescription
-
shortFormContent
boolean shortFormContent
-
streamType
StreamType streamType
-
textualUploadDate
java.lang.String textualUploadDate
-
uploadDate
DateWrapper uploadDate
-
uploaderAvatars
java.util.List<Image> uploaderAvatars
-
uploaderName
java.lang.String uploaderName
-
uploaderUrl
java.lang.String uploaderUrl
-
uploaderVerified
boolean uploaderVerified
-
viewCount
long viewCount
-
-
-
Class org.schabi.newpipe.extractor.stream.StreamSegment extends java.lang.Object implements Serializable
-
Serialized Fields
-
channelName
java.lang.String channelName
The channel or creator linked to this segment -
previewUrl
java.lang.String previewUrl
Preview url for this segment. This can be null if the service doesn't provide such function or there is no resource found. -
startTimeSeconds
int startTimeSeconds
Timestamp of the starting point in seconds -
title
java.lang.String title
Title of this segment -
url
java.lang.String url
Direct url to this segment. This can be null if the service doesn't provide such function.
-
-
-
Class org.schabi.newpipe.extractor.stream.SubtitlesStream extends Stream implements Serializable
-
Serialized Fields
-
autoGenerated
boolean autoGenerated
-
code
java.lang.String code
-
format
MediaFormat format
-
locale
java.util.Locale locale
-
-
-
Class org.schabi.newpipe.extractor.stream.VideoStream extends Stream implements Serializable
-
Serialized Fields
-
bitrate
int bitrate
-
codec
java.lang.String codec
-
fps
int fps
-
height
int height
-
indexEnd
int indexEnd
-
indexStart
int indexStart
-
initEnd
int initEnd
-
initStart
int initStart
-
isVideoOnly
boolean isVideoOnly
Deprecated.UseVideoStream.isVideoOnly()
instead. -
itag
int itag
-
itagItem
ItagItem itagItem
-
quality
java.lang.String quality
-
resolution
java.lang.String resolution
Deprecated.UseVideoStream.getResolution()
instead. -
width
int width
-
-
-
-
Package org.schabi.newpipe.extractor.subscription
-
Class org.schabi.newpipe.extractor.subscription.SubscriptionExtractor.InvalidSourceException extends ParsingException implements Serializable
-
Class org.schabi.newpipe.extractor.subscription.SubscriptionItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
serviceId
int serviceId
-
url
java.lang.String url
-
-
-
-
Package org.schabi.newpipe.extractor.utils
-
Class org.schabi.newpipe.extractor.utils.ImageSuffix extends java.lang.Object implements Serializable
-
Serialized Fields
-
height
int height
-
resolutionLevel
Image.ResolutionLevel resolutionLevel
-
suffix
java.lang.String suffix
-
width
int width
-
-
-
Class org.schabi.newpipe.extractor.utils.ManifestCreatorCache extends java.lang.Object implements Serializable
-
Serialized Fields
-
clearFactor
double clearFactor
The clear factor of the cache, which is a double between0
and1
excluded.The default value is
ManifestCreatorCache.DEFAULT_CLEAR_FACTOR
. -
concurrentHashMap
java.util.concurrent.ConcurrentHashMap<K extends java.io.Serializable,Pair<java.lang.Integer,V extends java.io.Serializable>> concurrentHashMap
TheConcurrentHashMap
used internally as the cache of manifests. -
maximumSize
int maximumSize
The maximum size of the cache.The default value is
ManifestCreatorCache.DEFAULT_MAXIMUM_SIZE
.
-
-
-
Class org.schabi.newpipe.extractor.utils.Pair extends java.lang.Object implements Serializable
-
Class org.schabi.newpipe.extractor.utils.Parser.RegexException extends ParsingException implements Serializable
-