Skip to content

Commit dbc4e01

Browse files
committed
Fix JDoc
1 parent 7c6ff0a commit dbc4e01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
* applying the cipher on it and returning the resulting url which is not throttled.
1818
* </p>
1919
*
20-
* <p>
20+
* <pre>
2121
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
22-
* </p>
22+
* </pre>
2323
* becomes
24-
* <p>
24+
* <pre>
2525
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
26-
* </p>
26+
* </pre>
2727
* <br>
2828
* <p>
2929
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.

0 commit comments

Comments
 (0)