mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 22:00:32 +05:30
Fix JDoc
YoutubePostLiveStreamDvrDashManifestCreator.java:90: error: unexpected end tag: </p>
This commit is contained in:
parent
ec3e8378c6
commit
b40a5784ed
@ -75,19 +75,17 @@ public final class YoutubePostLiveStreamDvrDashManifestCreator {
|
|||||||
* parsed from the first sequence of the stream.</li>
|
* parsed from the first sequence of the stream.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
*
|
* In order to generate the DASH manifest, this method will:
|
||||||
* <p>In order to generate the DASH manifest, this method will:
|
* <ul>
|
||||||
* <ul>
|
* <li>request the first sequence of the stream (the base URL on which the first
|
||||||
* <li>request the first sequence of the stream (the base URL on which the first
|
* sequence parameter is appended (see {@link YoutubeDashManifestCreatorsUtils#SQ_0}))
|
||||||
* sequence parameter is appended (see {@link YoutubeDashManifestCreatorsUtils#SQ_0}))
|
* with a {@code POST} or {@code GET} request (depending of the client on which the
|
||||||
* with a {@code POST} or {@code GET} request (depending of the client on which the
|
* streaming URL comes from is a mobile one ({@code POST}) or not ({@code GET}));</li>
|
||||||
* streaming URL comes from is a mobile one ({@code POST}) or not ({@code GET}));</li>
|
* <li>follow its redirection(s), if any;</li>
|
||||||
* <li>follow its redirection(s), if any;</li>
|
* <li>save the last URL, remove the first sequence parameters;</li>
|
||||||
* <li>save the last URL, remove the first sequence parameters;</li>
|
* <li>use the information provided in the {@link ItagItem} to generate all elements
|
||||||
* <li>use the information provided in the {@link ItagItem} to generate all elements
|
* of the DASH manifest.</li>
|
||||||
* of the DASH manifest.</li>
|
* </ul>
|
||||||
* </ul>
|
|
||||||
* </p>
|
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* If the duration cannot be extracted, the {@code durationSecondsFallback} value will be used
|
* If the duration cannot be extracted, the {@code durationSecondsFallback} value will be used
|
||||||
|
Loading…
Reference in New Issue
Block a user