Skip to content

Commit a579ef2

Browse files
committed
Fixed Soundcloud tests
1 parent a32edce commit a579ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
public class SoundcloudParsingHelper {
4343
static final String HARDCODED_CLIENT_ID =
44-
"1NKODbzHzEpoowFHxTAmS7oB08DObPuK"; // Updated on 08/12/21
44+
"JpcTFmpEz9lMPDrM6TDAC9izag7Be06D"; // Updated on 2022-01-07
4545
private static String clientId;
4646
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";
4747

0 commit comments

Comments
 (0)