2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-22 01:48:58 +00:00

Fix JDoc and automated doc build

See https://github.com/TeamNewPipe/NewPipeExtractor/actions/runs/16660575612/job/47156509194#step:5:43

NewPipeExtractor/NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemLockupExtractor.java:29: error: self-closing element not allowed
 * This extractor is currently (2025-07) only used to extract related video streams.<br/>
This commit is contained in:
Tobi 2025-08-01 07:59:08 +02:00 committed by GitHub
parent 88ff8972e5
commit 8476a463e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ import javax.annotation.Nullable;
/** /**
* Note: * Note:
* This extractor is currently (2025-07) only used to extract related video streams.<br/> * This extractor is currently (2025-07) only used to extract related video streams.<br>
* The following features are currently not implemented because they have never been observed: * The following features are currently not implemented because they have never been observed:
* <ul> * <ul>
* <li>Shorts</li> * <li>Shorts</li>