Skip to content

Commit edb5784

Browse files
committed
[SoundCloud] Update hard-coded client_id
1 parent efad0be commit edb5784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import static org.schabi.newpipe.extractor.utils.Utils.replaceHttpWithHttps;
3232

3333
public class SoundcloudParsingHelper {
34-
private static final String HARDCODED_CLIENT_ID = "t0h1jzYMsaZXy6ggnZO71gHK3Ms6CFwE"; // Updated on 14/03/20
34+
private static final String HARDCODED_CLIENT_ID = "Uz4aPhG7GAl1VYGOnvOPW1wQ0M6xKtA9"; // Updated on 16/03/20
3535
private static String clientId;
3636

3737
private SoundcloudParsingHelper() {

0 commit comments

Comments
 (0)