Skip to content

Commit 5b38b3a

Browse files
authored
Merge branch 'master' into v0.21.8
2 parents 4b5907e + b62fe71 commit 5b38b3a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
* applying the cipher on it and returning the resulting url which is not throttled.
1919
* </p>
2020
*
21-
* <p>
22-
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
23-
* </p>
21+
* <pre>
22+
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&amp;other=other
23+
* </pre>
2424
* becomes
25-
* <p>
26-
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
27-
* </p>
25+
* <pre>
26+
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&amp;other=other
27+
* </pre>
2828
* <br>
2929
* <p>
3030
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.

0 commit comments

Comments
 (0)