Fix JDoc
YoutubePostLiveStreamDvrDashManifestCreator.java:90: error: unexpected end tag: </p>
This commit is contained in:
parent
ec3e8378c6
commit
b40a5784ed
|
@ -75,8 +75,7 @@ public final class YoutubePostLiveStreamDvrDashManifestCreator {
|
|||
* parsed from the first sequence of the stream.</li>
|
||||
* </ul>
|
||||
*
|
||||
*
|
||||
* <p>In order to generate the DASH manifest, this method will:
|
||||
* In order to generate the DASH manifest, this method will:
|
||||
* <ul>
|
||||
* <li>request the first sequence of the stream (the base URL on which the first
|
||||
* sequence parameter is appended (see {@link YoutubeDashManifestCreatorsUtils#SQ_0}))
|
||||
|
@ -87,7 +86,6 @@ public final class YoutubePostLiveStreamDvrDashManifestCreator {
|
|||
* <li>use the information provided in the {@link ItagItem} to generate all elements
|
||||
* of the DASH manifest.</li>
|
||||
* </ul>
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
* If the duration cannot be extracted, the {@code durationSecondsFallback} value will be used
|
||||
|
|
Loading…
Reference in New Issue