diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index ae5a41412..3c9d33e9b 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -32,6 +32,7 @@
  • BandcampRadioExtractor
  • BandcampRadioInfoItemExtractor
  • BandcampRadioStreamExtractor
  • +
  • BandcampRelatedPlaylistInfoItemExtractor
  • BandcampSearchExtractor
  • BandcampSearchQueryHandlerFactory
  • BandcampSearchStreamInfoItemExtractor
  • @@ -243,6 +244,7 @@
  • sr_Latn
  • Stream
  • StreamExtractor
  • +
  • StreamExtractor.Privacy
  • StreamInfo
  • StreamInfo.StreamExtractException
  • StreamInfoItem
  • diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index 29096865b..58153cde6 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -32,6 +32,7 @@
  • BandcampRadioExtractor
  • BandcampRadioInfoItemExtractor
  • BandcampRadioStreamExtractor
  • +
  • BandcampRelatedPlaylistInfoItemExtractor
  • BandcampSearchExtractor
  • BandcampSearchQueryHandlerFactory
  • BandcampSearchStreamInfoItemExtractor
  • @@ -243,6 +244,7 @@
  • sr_Latn
  • Stream
  • StreamExtractor
  • +
  • StreamExtractor.Privacy
  • StreamInfo
  • StreamInfo.StreamExtractException
  • StreamInfoItem
  • diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html index 64f79c067..f9c7cf655 100644 --- a/javadoc/constant-values.html +++ b/javadoc/constant-values.html @@ -163,6 +163,13 @@ KIOSK_FEATURED "Featured" + + + +public static final String +MORE_FEATURED_API_URL +"https://bandcamp.com/api/mobile/24/feed_older_logged_out" + diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html index c03a89d58..309630184 100644 --- a/javadoc/deprecated-list.html +++ b/javadoc/deprecated-list.html @@ -112,6 +112,26 @@
    use DateWrapper.offsetDateTime() instead.
    + +org.schabi.newpipe.extractor.stream.StreamInfo.getRelatedStreams() +
    Use StreamInfo.getRelatedItems()
    + + + +org.schabi.newpipe.extractor.stream.StreamExtractor.getRelatedStreams() +
    Use StreamExtractor.getRelatedItems(). May be removed in a future version.
    + + + +org.schabi.newpipe.extractor.utils.ExtractorHelper.getRelatedVideosOrLogError(StreamInfo, StreamExtractor) +
    Use ExtractorHelper.getRelatedItemsOrLogError(StreamInfo, StreamExtractor)
    + + + +org.schabi.newpipe.extractor.stream.StreamInfo.setRelatedStreams(List<InfoItem>) +
    Use StreamInfo.setRelatedItems(List)
    + + diff --git a/javadoc/index-all.html b/javadoc/index-all.html index 00846c2f0..e7fba90f8 100644 --- a/javadoc/index-all.html +++ b/javadoc/index-all.html @@ -237,6 +237,12 @@
     
    BandcampRadioStreamExtractor(StreamingService, LinkHandler) - Constructor for class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
     
    +
    BandcampRelatedPlaylistInfoItemExtractor - Class in org.schabi.newpipe.extractor.services.bandcamp.extractors
    +
    +
    Extracts recommended albums from tracks' website
    +
    +
    BandcampRelatedPlaylistInfoItemExtractor(Element) - Constructor for class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRelatedPlaylistInfoItemExtractor
    +
     
    BandcampSearchExtractor - Class in org.schabi.newpipe.extractor.services.bandcamp.extractors
     
    BandcampSearchExtractor(StreamingService, SearchQueryHandler) - Constructor for class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampSearchExtractor
    @@ -259,8 +265,7 @@
     
    BandcampStreamInfoItemExtractor - Class in org.schabi.newpipe.extractor.services.bandcamp.extractors.streaminfoitem
    -
    Implements methods that return a constant value for better readability in - subclasses.
    +
    Implements methods that return a constant value in subclasses for better readability.
    BandcampStreamInfoItemExtractor(String) - Constructor for class org.schabi.newpipe.extractor.services.bandcamp.extractors.streaminfoitem.BandcampStreamInfoItemExtractor
     
    @@ -477,8 +482,6 @@
     
    Description(String, int) - Constructor for class org.schabi.newpipe.extractor.stream.Description
     
    -
    doc - Variable in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCLiveStreamKiosk
    -
     
    DonationLinkHelper - Class in org.schabi.newpipe.extractor.utils
     
    DonationLinkHelper() - Constructor for class org.schabi.newpipe.extractor.utils.DonationLinkHelper
    @@ -906,6 +909,8 @@
     
    getBitrate() - Method in class org.schabi.newpipe.extractor.stream.VideoStream
     
    +
    getBody() - Method in class org.schabi.newpipe.extractor.Page
    +
     
    getBoolean(JsonObject, String) - Static method in class org.schabi.newpipe.extractor.utils.JsonUtils
     
    getCategory() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
    @@ -960,6 +965,8 @@
    Must return a new instance of an implementation of ListLinkHandlerFactory for channels.
    +
    getChannelName() - Method in class org.schabi.newpipe.extractor.stream.StreamSegment
    +
     
    getClientVersion() - Static method in class org.schabi.newpipe.extractor.services.youtube.YoutubeParsingHelper
    Get the client version
    @@ -1240,8 +1247,7 @@
     
    getFeedUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampChannelExtractor
    -
    bandcamp stopped providing RSS feeds when appending /feed to any URL - because too few people used it.
    +
    Bandcamp discontinued their RSS feeds because it hadn't been used enough.
    getFeedUrl() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCConferenceExtractor
     
    @@ -1416,7 +1422,9 @@
    getIds() - Method in class org.schabi.newpipe.extractor.Page
     
    getImageUrl(long, boolean) - Static method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampExtractorHelper
    -
     
    +
    +
    Generate image url from image ID.
    +
    getIndexEnd() - Method in class org.schabi.newpipe.extractor.services.youtube.ItagItem
     
    getIndexEnd() - Method in class org.schabi.newpipe.extractor.stream.AudioStream
    @@ -1899,6 +1907,11 @@
    getLocale() - Method in class org.schabi.newpipe.extractor.stream.SubtitlesStream
     
    +
    getLocaleFromThreeLetterCode(String) - Static method in class org.schabi.newpipe.extractor.localization.Localization
    +
    +
    Converts a three letter language code (ISO 639-2/T) to a Locale + because limits of Java Locale class.
    +
    getLocalization() - Method in class org.schabi.newpipe.extractor.StreamingService
    Returns the localization that should be used in this service.
    @@ -2011,6 +2024,8 @@
     
    getName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
     
    +
    getName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRelatedPlaylistInfoItemExtractor
    +
     
    getName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    getName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.streaminfoitem.BandcampDiscographStreamInfoItemExtractor
    @@ -2273,6 +2288,8 @@
     
    getPreviewUrl() - Method in class org.schabi.newpipe.extractor.stream.StreamSegment
     
    +
    getPrivacy() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
    +
     
    getPrivacy() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    getPrivacy() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCLiveStreamExtractor
    @@ -2303,24 +2320,40 @@
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.ListInfo
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCLiveStreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCStreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCLiveStreamExtractor
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.services.peertube.extractors.PeertubeStreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCStreamExtractor
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.services.soundcloud.extractors.SoundcloudStreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.peertube.extractors.PeertubeStreamExtractor
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.soundcloud.extractors.SoundcloudStreamExtractor
     
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.stream.StreamExtractor
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor
    +
     
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.stream.StreamExtractor
    Should return a list of streams related to the current handled.
    -
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
    +
    getRelatedItems() - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
     
    +
    getRelatedItemsOrLogError(StreamInfo, StreamExtractor) - Static method in class org.schabi.newpipe.extractor.utils.ExtractorHelper
    +
     
    +
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.stream.StreamExtractor
    +
    +
    Deprecated. +
    Use StreamExtractor.getRelatedItems(). May be removed in a future version.
    +
    +
    +
    getRelatedStreams() - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
    +
    +
    Deprecated. + +
    +
    getRelatedUrl() - Method in class org.schabi.newpipe.extractor.services.soundcloud.extractors.SoundcloudSubscriptionExtractor
     
    getRelatedUrl() - Method in class org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeSubscriptionExtractor
    @@ -2330,7 +2363,11 @@
    Returns an url that can help/guide the user to the file (or channel url) to extract the subscriptions.
    getRelatedVideosOrLogError(StreamInfo, StreamExtractor) - Static method in class org.schabi.newpipe.extractor.utils.ExtractorHelper
    -
     
    +
    +
    Deprecated. + +
    +
    getResolution() - Method in class org.schabi.newpipe.extractor.stream.VideoStream
    Get the video resolution
    @@ -2471,6 +2508,8 @@
     
    getStreamCount() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampPlaylistInfoItemFeaturedExtractor
     
    +
    getStreamCount() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRelatedPlaylistInfoItemExtractor
    +
     
    getStreamCount() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.infoItems.MediaCCCConferenceInfoItemExtractor
     
    getStreamCount() - Method in class org.schabi.newpipe.extractor.services.peertube.extractors.PeertubePlaylistExtractor
    @@ -2526,6 +2565,8 @@
    Will try to download (using StreamInfo.getDashMpdUrl()) and parse the dash manifest, then it will search for any stream that the ItagItem has (by the id).
    +
    getStreamSegments() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
    +
     
    getStreamSegments() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    getStreamSegments() - Method in class org.schabi.newpipe.extractor.services.media_ccc.extractors.MediaCCCLiveStreamExtractor
    @@ -2605,6 +2646,8 @@
    getString(JsonObject, String) - Static method in class org.schabi.newpipe.extractor.utils.JsonUtils
     
    +
    getStringListFromJsonArray(JsonArray) - Static method in class org.schabi.newpipe.extractor.utils.JsonUtils
    +
     
    getSubChannelAvatarUrl() - Method in class org.schabi.newpipe.extractor.playlist.PlaylistExtractor
     
    getSubChannelAvatarUrl() - Method in class org.schabi.newpipe.extractor.playlist.PlaylistInfo
    @@ -2939,6 +2982,8 @@
     
    getThumbnailUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
     
    +
    getThumbnailUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRelatedPlaylistInfoItemExtractor
    +
     
    getThumbnailUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    getThumbnailUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.streaminfoitem.BandcampDiscographStreamInfoItemExtractor
    @@ -3174,6 +3219,8 @@
     
    getUploaderName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
     
    +
    getUploaderName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRelatedPlaylistInfoItemExtractor
    +
     
    getUploaderName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    getUploaderName() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.streaminfoitem.BandcampDiscographStreamInfoItemExtractor
    @@ -3347,6 +3394,8 @@
     
    getUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRadioStreamExtractor
     
    +
    getUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampRelatedPlaylistInfoItemExtractor
    +
     
    getUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampStreamExtractor
     
    getUrl() - Method in class org.schabi.newpipe.extractor.services.bandcamp.extractors.streaminfoitem.BandcampDiscographStreamInfoItemExtractor
    @@ -4251,6 +4300,8 @@
     
    months() - Method in class org.schabi.newpipe.extractor.timeago.PatternsHolder
     
    +
    MORE_FEATURED_API_URL - Static variable in class org.schabi.newpipe.extractor.services.bandcamp.extractors.BandcampFeaturedExtractor
    +
     
    mr - Class in org.schabi.newpipe.extractor.timeago.patterns
     
    ms - Class in org.schabi.newpipe.extractor.timeago.patterns
    @@ -4522,12 +4573,14 @@
     
    Page - Class in org.schabi.newpipe.extractor
     
    -
    Page(String, String, List<String>, Map<String, String>) - Constructor for class org.schabi.newpipe.extractor.Page
    +
    Page(String, String, List<String>, Map<String, String>, byte[]) - Constructor for class org.schabi.newpipe.extractor.Page
     
    Page(String) - Constructor for class org.schabi.newpipe.extractor.Page
     
    Page(String, String) - Constructor for class org.schabi.newpipe.extractor.Page
     
    +
    Page(String, byte[]) - Constructor for class org.schabi.newpipe.extractor.Page
    +
     
    Page(String, Map<String, String>) - Constructor for class org.schabi.newpipe.extractor.Page
     
    Page(List<String>) - Constructor for class org.schabi.newpipe.extractor.Page
    @@ -4701,6 +4754,8 @@
    post(String, byte[]) - Method in class org.schabi.newpipe.extractor.downloader.Request.Builder
     
    +
    prepareJsonBuilder() - Static method in class org.schabi.newpipe.extractor.services.youtube.YoutubeParsingHelper
    +
     
    printErrors(List<Throwable>) - Static method in class org.schabi.newpipe.extractor.utils.Utils
     
    PrivateContentException - Exception in org.schabi.newpipe.extractor.exceptions
    @@ -4735,6 +4790,8 @@
    removeUTF8BOM(String) - Static method in class org.schabi.newpipe.extractor.utils.Utils
     
    +
    removeWWWFromUrl(String) - Static method in class org.schabi.newpipe.extractor.utils.Utils
    +
     
    replaceHttpWithHttps(String) - Static method in class org.schabi.newpipe.extractor.utils.Utils
     
    Request - Class in org.schabi.newpipe.extractor.downloader
    @@ -4766,9 +4823,9 @@
    Call the endpoint "/resolve" of the api.
    -
    resolveIdWithEmbedPlayer(String) - Static method in class org.schabi.newpipe.extractor.services.soundcloud.SoundcloudParsingHelper
    +
    resolveIdWithWidgetApi(String) - Static method in class org.schabi.newpipe.extractor.services.soundcloud.SoundcloudParsingHelper
    -
    Fetch the embed player with the url and return the id (like the id from the json api).
    +
    Fetch the widget API with the url and return the id (like the id from the json api).
    resolveUrlWithEmbedPlayer(String) - Static method in class org.schabi.newpipe.extractor.services.soundcloud.SoundcloudParsingHelper
    @@ -4854,6 +4911,8 @@
     
    setCategory(String) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
     
    +
    setChannelName(String) - Method in class org.schabi.newpipe.extractor.stream.StreamSegment
    +
     
    setCodec(String) - Method in class org.schabi.newpipe.extractor.services.youtube.ItagItem
     
    setCommentId(String) - Method in class org.schabi.newpipe.extractor.comments.CommentsInfoItem
    @@ -4943,14 +5002,20 @@
     
    setPreviewUrl(String) - Method in class org.schabi.newpipe.extractor.stream.StreamSegment
     
    -
    setPrivacy(String) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
    +
    setPrivacy(StreamExtractor.Privacy) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
     
    setQuality(String) - Method in class org.schabi.newpipe.extractor.services.youtube.ItagItem
     
    setRelatedItems(List<T>) - Method in class org.schabi.newpipe.extractor.ListInfo
     
    -
    setRelatedStreams(List<InfoItem>) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
    +
    setRelatedItems(List<InfoItem>) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
     
    +
    setRelatedStreams(List<InfoItem>) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
    +
    +
    Deprecated. + +
    +
    setSearchSuggestion(String) - Method in class org.schabi.newpipe.extractor.search.SearchInfo
     
    setSegmentedAudioStreams(List<AudioStream>) - Method in class org.schabi.newpipe.extractor.stream.StreamInfo
    @@ -5191,6 +5256,8 @@
    StreamExtractor(StreamingService, LinkHandler) - Constructor for class org.schabi.newpipe.extractor.stream.StreamExtractor
     
    +
    StreamExtractor.Privacy - Enum in org.schabi.newpipe.extractor.stream
    +
     
    StreamInfo - Class in org.schabi.newpipe.extractor.stream
    Info object for opened videos, ie the video ready to play.
    @@ -5384,6 +5451,10 @@
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum org.schabi.newpipe.extractor.stream.StreamExtractor.Privacy
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum org.schabi.newpipe.extractor.stream.StreamType
    Returns the enum constant of this type with the specified name.
    @@ -5423,6 +5494,11 @@ the order they are declared.
    Returns an array containing the constants of this enum type, in the order they are declared.
    +
    values() - Static method in enum org.schabi.newpipe.extractor.stream.StreamExtractor.Privacy
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    values() - Static method in enum org.schabi.newpipe.extractor.stream.StreamType
    Returns an array containing the constants of this enum type, in diff --git a/javadoc/org/schabi/newpipe/extractor/InfoItemExtractor.html b/javadoc/org/schabi/newpipe/extractor/InfoItemExtractor.html index 438d9ea90..f9459c095 100644 --- a/javadoc/org/schabi/newpipe/extractor/InfoItemExtractor.html +++ b/javadoc/org/schabi/newpipe/extractor/InfoItemExtractor.html @@ -103,7 +103,7 @@ var activeTableTab = "activeTableTab";
    All Known Implementing Classes:
    -
    BandcampChannelInfoItemExtractor, BandcampDiscographStreamInfoItemExtractor, BandcampPlaylistInfoItemExtractor, BandcampPlaylistInfoItemFeaturedExtractor, BandcampPlaylistStreamInfoItemExtractor, BandcampRadioInfoItemExtractor, BandcampSearchStreamInfoItemExtractor, BandcampStreamInfoItemExtractor, MediaCCCConferenceInfoItemExtractor, MediaCCCLiveStreamKioskExtractor, MediaCCCRecentKioskExtractor, MediaCCCStreamInfoItemExtractor, PeertubeCommentsInfoItemExtractor, PeertubeSepiaStreamInfoItemExtractor, PeertubeStreamInfoItemExtractor, SoundcloudChannelInfoItemExtractor, SoundcloudCommentsInfoItemExtractor, SoundcloudPlaylistInfoItemExtractor, SoundcloudStreamInfoItemExtractor, YoutubeChannelInfoItemExtractor, YoutubeCommentsInfoItemExtractor, YoutubeFeedInfoItemExtractor, YoutubePlaylistInfoItemExtractor, YoutubeStreamInfoItemExtractor
    +
    BandcampChannelInfoItemExtractor, BandcampDiscographStreamInfoItemExtractor, BandcampPlaylistInfoItemExtractor, BandcampPlaylistInfoItemFeaturedExtractor, BandcampPlaylistStreamInfoItemExtractor, BandcampRadioInfoItemExtractor, BandcampRelatedPlaylistInfoItemExtractor, BandcampSearchStreamInfoItemExtractor, BandcampStreamInfoItemExtractor, MediaCCCConferenceInfoItemExtractor, MediaCCCLiveStreamKioskExtractor, MediaCCCRecentKioskExtractor, MediaCCCStreamInfoItemExtractor, PeertubeCommentsInfoItemExtractor, PeertubeSepiaStreamInfoItemExtractor, PeertubeStreamInfoItemExtractor, SoundcloudChannelInfoItemExtractor, SoundcloudCommentsInfoItemExtractor, SoundcloudPlaylistInfoItemExtractor, SoundcloudStreamInfoItemExtractor, YoutubeChannelInfoItemExtractor, YoutubeCommentsInfoItemExtractor, YoutubeFeedInfoItemExtractor, YoutubePlaylistInfoItemExtractor, YoutubeStreamInfoItemExtractor


    diff --git a/javadoc/org/schabi/newpipe/extractor/Page.html b/javadoc/org/schabi/newpipe/extractor/Page.html index 505c0fde9..3458c366e 100644 --- a/javadoc/org/schabi/newpipe/extractor/Page.html +++ b/javadoc/org/schabi/newpipe/extractor/Page.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -146,18 +146,23 @@ implements Page(String url)  +Page(String url, + byte[] body)  + + Page(String url, Map<String,String> cookies)  - + Page(String url, String id)  - -Page(String url, + +Page(String url, String id, List<String> ids, - Map<String,String> cookies)  + Map<String,String> cookies, + byte[] body)  @@ -175,22 +180,26 @@ implements Method and Description +byte[] +getBody()  + + Map<String,String> getCookies()  - + String getId()  - + List<String> getIds()  - + String getUrl()  - + static boolean isValid(Page page)  @@ -216,7 +225,7 @@ implements + @@ -247,6 +258,16 @@ implements String id) + + + + @@ -323,12 +344,22 @@ implements - diff --git a/javadoc/org/schabi/newpipe/extractor/localization/DateWrapper.html b/javadoc/org/schabi/newpipe/extractor/localization/DateWrapper.html index 19865cebc..6db845c1e 100644 --- a/javadoc/org/schabi/newpipe/extractor/localization/DateWrapper.html +++ b/javadoc/org/schabi/newpipe/extractor/localization/DateWrapper.html @@ -218,7 +218,7 @@ implements

    DateWrapper

    @Deprecated
    -public DateWrapper(@NonNull
    +public DateWrapper(@Nonnull
                                    Calendar calendar)
    Deprecated. Use DateWrapper(OffsetDateTime) instead.
    @@ -230,7 +230,7 @@ public DateWrapper(@NonNull
  • DateWrapper

    @Deprecated
    -public DateWrapper(@NonNull
    +public DateWrapper(@Nonnull
                                    Calendar calendar,
                                    boolean isApproximation)
    Deprecated. Use DateWrapper(OffsetDateTime, boolean) instead.
    @@ -242,7 +242,7 @@ public DateWrapper(@NonNull @@ -252,7 +252,7 @@ public DateWrapper(@NonNull
    • DateWrapper

      -
      public DateWrapper(@NonNull
      +
      public DateWrapper(@Nonnull
                          OffsetDateTime offsetDateTime,
                          boolean isApproximation)
    • @@ -272,7 +272,7 @@ public DateWrapper(@NonNull
    • date

      @Deprecated
      - @NonNull
      + @Nonnull
       public Calendar date()
      Deprecated. use offsetDateTime() instead.
      @@ -287,7 +287,7 @@ public 
    • offsetDateTime

      -
      @NonNull
      +
      @Nonnull
       public OffsetDateTime offsetDateTime()
      Returns:
      diff --git a/javadoc/org/schabi/newpipe/extractor/localization/Localization.html b/javadoc/org/schabi/newpipe/extractor/localization/Localization.html index 83eb937e1..92d074bfd 100644 --- a/javadoc/org/schabi/newpipe/extractor/localization/Localization.html +++ b/javadoc/org/schabi/newpipe/extractor/localization/Localization.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10}; +var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":10,"i5":10,"i6":9,"i7":10,"i8":10,"i9":9,"i10":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -201,21 +201,28 @@ implements getLanguageCode()  +static Locale +getLocaleFromThreeLetterCode(String code) +
      Converts a three letter language code (ISO 639-2/T) to a Locale + because limits of Java Locale class.
      + + + String getLocalizationCode()
      Return a formatted string in the form of: language-Country, or just language if country is null.
      - + int hashCode()  - + static List<Localization> listFrom(String... localizationCodeList)  - + String toString()  @@ -392,7 +399,7 @@ public  - diff --git a/javadoc/org/schabi/newpipe/extractor/playlist/PlaylistInfoItemExtractor.html b/javadoc/org/schabi/newpipe/extractor/playlist/PlaylistInfoItemExtractor.html index 55f79ebcb..e577a40f2 100644 --- a/javadoc/org/schabi/newpipe/extractor/playlist/PlaylistInfoItemExtractor.html +++ b/javadoc/org/schabi/newpipe/extractor/playlist/PlaylistInfoItemExtractor.html @@ -103,7 +103,7 @@ var activeTableTab = "activeTableTab";
      All Known Implementing Classes:
      -
      BandcampPlaylistInfoItemExtractor, BandcampPlaylistInfoItemFeaturedExtractor, SoundcloudPlaylistInfoItemExtractor, YoutubePlaylistInfoItemExtractor
      +
      BandcampPlaylistInfoItemExtractor, BandcampPlaylistInfoItemFeaturedExtractor, BandcampRelatedPlaylistInfoItemExtractor, SoundcloudPlaylistInfoItemExtractor, YoutubePlaylistInfoItemExtractor


      diff --git a/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampChannelExtractor.html b/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampChannelExtractor.html index ff699d4d1..98699448a 100644 --- a/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampChannelExtractor.html +++ b/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampChannelExtractor.html @@ -205,8 +205,7 @@ extends String getFeedUrl() -
      bandcamp stopped providing RSS feeds when appending /feed to any URL - because too few people used it.
      +
      Bandcamp discontinued their RSS feeds because it hadn't been used enough.
      @@ -344,8 +343,7 @@ extends

      getFeedUrl

      public String getFeedUrl()
      -
      bandcamp stopped providing RSS feeds when appending /feed to any URL - because too few people used it.
      +
      Bandcamp discontinued their RSS feeds because it hadn't been used enough.
      Specified by:
      getFeedUrl in class ChannelExtractor
      diff --git a/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.html b/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.html index 4756fba6e..88316dfdd 100644 --- a/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.html +++ b/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.html @@ -176,7 +176,9 @@ extends static String getImageUrl(long id, - boolean album)  + boolean album) +
      Generate image url from image ID.
      + static String @@ -313,13 +315,16 @@ extends String getImageUrl(long id, boolean album)
      +
      Generate image url from image ID. +

      + The appendix "_10" was chosen because it provides images sized 1200x1200. Other integer + values are possible as well (e.g. 0 is a very large resolution, possibly the original).

      Parameters:
      id - The image ID
      -
      album - Whether this is the cover of an album
      +
      album - True if this is the cover of an album or track
      Returns:
      -
      URL of image with this ID in size 10 which is 1200x1200 (we could also choose size 0 - but we don't want something as large as 3460x3460 here)
      +
      URL of image with this ID sized 1200x1200
    diff --git a/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampFeaturedExtractor.html b/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampFeaturedExtractor.html index 7f2dd242e..465c4bf45 100644 --- a/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampFeaturedExtractor.html +++ b/javadoc/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampFeaturedExtractor.html @@ -165,6 +165,10 @@ extends static String KIOSK_FEATURED  + +static String +MORE_FEATURED_API_URL  +
  • Returns:
    a list of video and streams in the format of AudioStream
    -
    Throws:
    -
    IOException
    -
    ExtractionException
    @@ -1045,15 +1055,15 @@ public  + @@ -1115,7 +1122,7 @@ public 

    getPrivacy

    @Nonnull
    -public String getPrivacy()
    +public StreamExtractor.Privacy getPrivacy()
    Description copied from class: StreamExtractor
    The privacy of the stream (Eg. Public, Private, Unlisted…). If the privacy is not available you can simply return an empty string.
    @@ -1201,7 +1208,7 @@ public Specified by:
    getTags in class StreamExtractor
    Returns:
    -
    the list of tags of the stream or an empty list.
    +
    the list of tags of the stream or Collections.emptyList().
    @@ -1322,7 +1329,7 @@ public 
  • Summary: 
  • -
  • Nested | 
  • +
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • diff --git a/javadoc/org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCLiveStreamKiosk.html b/javadoc/org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCLiveStreamKiosk.html index bd5c7af8b..7ec3fd0f8 100644 --- a/javadoc/org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCLiveStreamKiosk.html +++ b/javadoc/org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCLiveStreamKiosk.html @@ -73,13 +73,13 @@ var activeTableTab = "activeTableTab"; @@ -151,17 +151,6 @@ extends -Fields  - -Modifier and Type -Field and Description - - -com.grack.nanojson.JsonArray -doc  - - @@ -927,8 +931,8 @@
    String hlsUrl
  • -

    relatedStreams

    -
    List<E> relatedStreams
    +

    relatedItems

    +
    List<E> relatedItems
  • startPosition

    @@ -944,7 +948,7 @@
  • privacy

    -
    String privacy
    +
    StreamExtractor.Privacy privacy
  • category

    @@ -1041,6 +1045,11 @@
    Title of this segment
  • +

    channelName

    +
    String channelName
    +
    The channel or creator linked to this segment
    +
  • +
  • startTimeSeconds

    int startTimeSeconds
    Timestamp of the starting point in seconds