Merge branch 'master' into v0.21.8
This commit is contained in:
commit
5b38b3ae97
1 changed files with 6 additions and 6 deletions
|
@ -18,13 +18,13 @@ import java.util.regex.Pattern;
|
|||
* applying the cipher on it and returning the resulting url which is not throttled.
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
|
||||
* </p>
|
||||
* <pre>
|
||||
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
|
||||
* </pre>
|
||||
* becomes
|
||||
* <p>
|
||||
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
|
||||
* </p>
|
||||
* <pre>
|
||||
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
|
||||
* </pre>
|
||||
* <br>
|
||||
* <p>
|
||||
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.
|
||||
|
|
Loading…
Reference in a new issue