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 */