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 efad0be commit edb5784Copy full SHA for edb5784
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java
@@ -31,7 +31,7 @@
31
import static org.schabi.newpipe.extractor.utils.Utils.replaceHttpWithHttps;
32
33
public class SoundcloudParsingHelper {
34
- private static final String HARDCODED_CLIENT_ID = "t0h1jzYMsaZXy6ggnZO71gHK3Ms6CFwE"; // Updated on 14/03/20
+ private static final String HARDCODED_CLIENT_ID = "Uz4aPhG7GAl1VYGOnvOPW1wQ0M6xKtA9"; // Updated on 16/03/20
35
private static String clientId;
36
37
private SoundcloudParsingHelper() {
0 commit comments