We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b5907e + b62fe71 commit 5b38b3aCopy full SHA for 5b38b3a
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java
@@ -18,13 +18,13 @@
18
* applying the cipher on it and returning the resulting url which is not throttled.
19
* </p>
20
*
21
- * <p>
22
- * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
23
- * </p>
+ * <pre>
+ * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
+ * </pre>
24
* becomes
25
26
- * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
27
+ * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
28
* <br>
29
* <p>
30
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.
0 commit comments