We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d914e86 commit a847fdbCopy full SHA for a847fdb
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeSignatureUtils.java
@@ -38,7 +38,7 @@ final class YoutubeSignatureUtils {
38
private static final String DEOBF_FUNC_REGEX_END = "=function\\([a-zA-Z0-9_]+\\)\\{.+?\\})";
39
40
// CHECKSTYLE:OFF
41
- private static final String SIG_DEOBF_GLOBAL_ARRAY_REGEX = "(var [A-Z]='.*'.split\\(\";\"\\))";
+ private static final String SIG_DEOBF_GLOBAL_ARRAY_REGEX = "(var [A-z]=\".*\".split\\(\";\"\\))";
42
private static final String SIG_DEOBF_HELPER_OBJ_NAME_REGEX = ";([A-Za-z0-9_\\$]{2,})\\[..";
43
private static final String SIG_DEOBF_HELPER_OBJ_REGEX_START = "(var ";
44
private static final String SIG_DEOBF_HELPER_OBJ_REGEX_END = "=\\{(?>.|\\n)+?\\}\\};)";
0 commit comments