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 7f202db commit 8f023c1Copy full SHA for 8f023c1
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java
@@ -40,7 +40,7 @@
40
import static org.schabi.newpipe.extractor.utils.Utils.*;
41
42
public class SoundcloudParsingHelper {
43
- private static final String HARDCODED_CLIENT_ID = "Kl9G8jQT22DxqatQk09IjWRujGlut5Vd"; // Updated on 04/03/21
+ private static final String HARDCODED_CLIENT_ID = "NcIaRZItQCNQp3Vq9Plvzf7tvjmVJnF6"; // Updated on 26/04/21
44
private static String clientId;
45
46
private SoundcloudParsingHelper() {
0 commit comments