mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 07:50:34 +05:30
Merge branch 'master' into v0.21.8
This commit is contained in:
commit
5b38b3ae97
@ -18,13 +18,13 @@ import java.util.regex.Pattern;
|
|||||||
* applying the cipher on it and returning the resulting url which is not throttled.
|
* applying the cipher on it and returning the resulting url which is not throttled.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <p>
|
* <pre>
|
||||||
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
|
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
|
||||||
* </p>
|
* </pre>
|
||||||
* becomes
|
* becomes
|
||||||
* <p>
|
* <pre>
|
||||||
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
|
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
|
||||||
* </p>
|
* </pre>
|
||||||
* <br>
|
* <br>
|
||||||
* <p>
|
* <p>
|
||||||
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.
|
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user