1
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-10-05 16:12:47 +02:00

Add comment that ContentAvailability may not reflect actual availability

This commit is contained in:
FineFindus
2025-07-10 18:19:52 +02:00
committed by Stypox
parent cc8edec341
commit e2782bfe52

View File

@@ -152,6 +152,10 @@ public interface StreamInfoItemExtractor extends InfoItemExtractor {
/**
* Get the availability of the stream.
*
* <p>
* The availability may not reflect the actual availability when requesting the stream.
* </p>
*
* @return The stream's availability
* @throws ParsingException if there is an error in the extraction
*/