From dbc4e01c17bee4bcf761e5607b2dd68ec2b428a5 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Thu, 29 Jul 2021 12:31:33 +0200 Subject: [PATCH 1/2] Fix JDoc --- .../services/youtube/YoutubeThrottlingDecrypter.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java index 4f10e8c5..eda74916 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java @@ -17,13 +17,13 @@ import java.util.regex.Pattern; * applying the cipher on it and returning the resulting url which is not throttled. *

* - *

+ *

  * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
- * 

+ *
* becomes - *

+ *

  * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
- * 

+ *
*
*

* Decoding the "n" parameter is time intensive. For this reason, the results are cached. From b62fe7141e59b362f874dfec3d03d79badd4a3a9 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Thu, 29 Jul 2021 12:34:04 +0200 Subject: [PATCH 2/2] Fix JDoc 2 --- .../services/youtube/YoutubeThrottlingDecrypter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java index eda74916..8a8db68c 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingDecrypter.java @@ -18,11 +18,11 @@ import java.util.regex.Pattern; *

* *
- * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
+ * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=VVF2xyZLVRZZxHXZ&other=other
  * 
* becomes *
- * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
+ * https://r5---sn-4g5ednsz.googlevideo.com/videoplayback?n=iHywZkMipkszqA&other=other
  * 
*
*