This commit is contained in:
TobiGr 2021-07-29 12:31:33 +02:00
parent 7c6ff0a38f
commit dbc4e01c17
1 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@ import java.util.regex.Pattern;
* applying the cipher on it and returning the resulting url which is not throttled.
* </p>
*
* <p>
* <pre>
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
* </p>
* </pre>
* becomes
* <p>
* <pre>
* https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
* </p>
* </pre>
* <br>
* <p>
* Decoding the "n" parameter is time intensive. For this reason, the results are cached.