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.
1 parent 7c6ff0a commit dbc4e01Copy full SHA for dbc4e01
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java
@@ -17,13 +17,13 @@
17
* applying the cipher on it and returning the resulting url which is not throttled.
18
* </p>
19
*
20
- * <p>
+ * <pre>
21
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
22
- * </p>
+ * </pre>
23
* becomes
24
25
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
26
27
* <br>
28
* <p>
29
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.
0 commit comments