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 008b6f5 commit 9112a10Copy full SHA for 9112a10
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 = "r5ELVSy3RkcjX7ilaL7n2v1Z8irA9SL8"; // Updated on 31/12/19
+ private static final String HARDCODED_CLIENT_ID = "cZQKaMjH39KNADF4y2aeFtVqNSpgoKVj"; // Updated on 08/02/20
35
private static String clientId;
36
37
private SoundcloudParsingHelper() {
0 commit comments