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 9256b3b commit fb2f37dCopy full SHA for fb2f37d
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 = "H2c34Q0E7hftqnuDHGsk88DbNqhYpgMm"; // Updated on 24/06/20
+ private static final String HARDCODED_CLIENT_ID = "Kl9G8jQT22DxqatQk09IjWRujGlut5Vd"; // Updated on 04/03/21
44
private static String clientId;
45
46
private SoundcloudParsingHelper() {
0 commit comments