Skip to content

Commit b2b4260

Browse files
authored
Merge pull request #1051 from Theta-Dev/fix/ytm-client-version-rg
[YouTube] fix: set musicClientVersion regex capture group
2 parents 7dba6e3 + 47aa9fe commit b2b4260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ public static String[] getYoutubeMusicKey()
835835

836836
musicKey = getStringResultFromRegexArray(html, INNERTUBE_API_KEY_REGEXES, 1);
837837
musicClientVersion = getStringResultFromRegexArray(html,
838-
INNERTUBE_CONTEXT_CLIENT_VERSION_REGEXES);
838+
INNERTUBE_CONTEXT_CLIENT_VERSION_REGEXES, 1);
839839
musicClientName = Parser.matchGroup1(INNERTUBE_CLIENT_NAME_REGEX, html);
840840
}
841841

0 commit comments

Comments
 (0)