Skip to content

Commit 5f39bc4

Browse files
committed
[SoundCloud] Update hardcoded client id
1 parent 6446abc commit 5f39bc4

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 = "cZQKaMjH39KNADF4y2aeFtVqNSpgoKVj"; // Updated on 08/02/20
34+
private static final String HARDCODED_CLIENT_ID = "t0h1jzYMsaZXy6ggnZO71gHK3Ms6CFwE"; // Updated on 14/03/20
3535
private static String clientId;
3636

3737
private SoundcloudParsingHelper() {

0 commit comments

Comments
 (0)