You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeThrottlingParameterUtils.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ static String getDeobfuscationFunctionName(@Nonnull final String javaScriptPlaye
175
175
* Get the throttling parameter deobfuscation code of YouTube's base JavaScript file.
176
176
*
177
177
* @param javaScriptPlayerCode the complete JavaScript base player code
178
-
* @return the throttling parameter deobfuscation function name
178
+
* @return the throttling parameter deobfuscation function code
179
179
* @throws ParsingException if the throttling parameter deobfuscation code couldn't be
0 commit comments