Skip to content

Commit b40a578

Browse files
committed
Fix JDoc
YoutubePostLiveStreamDvrDashManifestCreator.java:90: error: unexpected end tag: </p>
1 parent ec3e837 commit b40a578

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/dashmanifestcreators/YoutubePostLiveStreamDvrDashManifestCreator.java

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,17 @@ private YoutubePostLiveStreamDvrDashManifestCreator() {
7575
* parsed from the first sequence of the stream.</li>
7676
* </ul>
7777
*
78-
*
79-
* <p>In order to generate the DASH manifest, this method will:
80-
* <ul>
81-
* <li>request the first sequence of the stream (the base URL on which the first
82-
* sequence parameter is appended (see {@link YoutubeDashManifestCreatorsUtils#SQ_0}))
83-
* with a {@code POST} or {@code GET} request (depending of the client on which the
84-
* streaming URL comes from is a mobile one ({@code POST}) or not ({@code GET}));</li>
85-
* <li>follow its redirection(s), if any;</li>
86-
* <li>save the last URL, remove the first sequence parameters;</li>
87-
* <li>use the information provided in the {@link ItagItem} to generate all elements
88-
* of the DASH manifest.</li>
89-
* </ul>
90-
* </p>
78+
* In order to generate the DASH manifest, this method will:
79+
* <ul>
80+
* <li>request the first sequence of the stream (the base URL on which the first
81+
* sequence parameter is appended (see {@link YoutubeDashManifestCreatorsUtils#SQ_0}))
82+
* with a {@code POST} or {@code GET} request (depending of the client on which the
83+
* streaming URL comes from is a mobile one ({@code POST}) or not ({@code GET}));</li>
84+
* <li>follow its redirection(s), if any;</li>
85+
* <li>save the last URL, remove the first sequence parameters;</li>
86+
* <li>use the information provided in the {@link ItagItem} to generate all elements
87+
* of the DASH manifest.</li>
88+
* </ul>
9189
*
9290
* <p>
9391
* If the duration cannot be extracted, the {@code durationSecondsFallback} value will be used

0 commit comments

Comments
 (0)