[SoundCloud] Fix hardcoded client id
This commit is contained in:
parent
ada67d136a
commit
785ff4aa32
|
@ -41,7 +41,7 @@ import static org.schabi.newpipe.extractor.utils.Utils.*;
|
||||||
|
|
||||||
public class SoundcloudParsingHelper {
|
public class SoundcloudParsingHelper {
|
||||||
private static final String HARDCODED_CLIENT_ID =
|
private static final String HARDCODED_CLIENT_ID =
|
||||||
"PMAVSQ46tClLDGzoNT3kfsNW6lrhXo05"; // Updated on 18/06/21
|
"J41ecb12ms24jgRjAzb3mrxo4nuRgXgu"; // Updated on 28/07/21
|
||||||
private static String clientId;
|
private static String clientId;
|
||||||
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";
|
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue