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.
2 parents 23fa31a + c34b5e3 commit 1dc8095Copy full SHA for 1dc8095
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
@@ -853,7 +853,7 @@ public static String[] getYoutubeMusicKey()
853
musicKey = getStringResultFromRegexArray(response, INNERTUBE_API_KEY_REGEXES, 1);
854
musicClientName = Parser.matchGroup1(INNERTUBE_CLIENT_NAME_REGEX, response);
855
} catch (final Exception e) {
856
- final String url = "https://music.youtube.com/";
+ final String url = "https://music.youtube.com/?ucbcb=1";
857
final Map<String, List<String>> headers = new HashMap<>();
858
addCookieHeader(headers);
859
final String html = getDownloader().get(url, headers).responseBody();
0 commit comments