From e2782bfe5289c539d937ace69d36cefdc7331d8f Mon Sep 17 00:00:00 2001 From: FineFindus Date: Thu, 10 Jul 2025 18:19:52 +0200 Subject: [PATCH] Add comment that ContentAvailability may not reflect actual availability --- .../newpipe/extractor/stream/StreamInfoItemExtractor.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java index 789168b1d..31ac8f04a 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java @@ -152,6 +152,10 @@ public interface StreamInfoItemExtractor extends InfoItemExtractor { /** * Get the availability of the stream. * + *

+ * The availability may not reflect the actual availability when requesting the stream. + *

+ * * @return The stream's availability * @throws ParsingException if there is an error in the extraction */