Skip to content

Commit 17bf2e7

Browse files
committed
Add comment that ContentAvailability may not reflect actual availability
1 parent 60d2ce6 commit 17bf2e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ default boolean isShortFormContent() throws ParsingException {
151151
/**
152152
* Get the availability of the stream.
153153
*
154+
* <p>
155+
* The availability may not reflect the actual availability when requesting the stream.
156+
* </p>
157+
*
154158
* @return The stream's availability
155159
* @throws ParsingException if there is an error in the extraction
156160
*/

0 commit comments

Comments
 (0)