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 6446abc commit 5f39bc4Copy full SHA for 5f39bc4
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 = "cZQKaMjH39KNADF4y2aeFtVqNSpgoKVj"; // Updated on 08/02/20
+ private static final String HARDCODED_CLIENT_ID = "t0h1jzYMsaZXy6ggnZO71gHK3Ms6CFwE"; // Updated on 14/03/20
35
private static String clientId;
36
37
private SoundcloudParsingHelper() {
0 commit comments