mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-29 05:18:05 +00:00
Added doc for related code
This commit is contained in:
parent
5184231479
commit
0dfaeb20fa
@ -18,6 +18,8 @@ import java.util.regex.Pattern;
|
||||
*/
|
||||
final class YoutubeThrottlingParameterUtils {
|
||||
|
||||
// NOTE: When changing this you should also change the quick exit/shortcut
|
||||
// in getThrottlingParameterFromStreamingUrl
|
||||
private static final Pattern THROTTLING_PARAM_PATTERN = Pattern.compile("[&?]n=([^&]+)");
|
||||
|
||||
private static final String SINGLE_CHAR_VARIABLE_REGEX = "[a-zA-Z0-9$_]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user