Skip to content

Commit ceee0a9

Browse files
committed
Add comment that ContentAvailability may not reflect actual availability
1 parent 6588f30 commit ceee0a9

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
@@ -152,6 +152,10 @@ default boolean isShortFormContent() throws ParsingException {
152152
/**
153153
* Get the availability of the stream.
154154
*
155+
* <p>
156+
* The availability may not reflect the actual availability when requesting the stream.
157+
* </p>
158+
*
155159
* @return The stream's availability
156160
* @throws ParsingException if there is an error in the extraction
157161
*/

0 commit comments

Comments
 (0)