Skip to content

Commit d8ec3ce

Browse files
committed
[SoundCloud] Update client id
1 parent a9d2144 commit d8ec3ce

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
private static final String HARDCODED_CLIENT_ID =
44-
"kU40MluHCZNRiGLox5HZ2RZfBfNldvEK"; // Updated on 30/08/21
44+
"yoxLvaFlJ3V5LbNCt53Cwvw5KXKKxWfn"; // Updated on 01/10/21
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)