[SoundCloud] Update client id
This commit is contained in:
parent
9570882c73
commit
b644f1d67b
|
@ -41,7 +41,7 @@ import static org.schabi.newpipe.extractor.utils.Utils.*;
|
|||
|
||||
public class SoundcloudParsingHelper {
|
||||
private static final String HARDCODED_CLIENT_ID =
|
||||
"J41ecb12ms24jgRjAzb3mrxo4nuRgXgu"; // Updated on 28/07/21
|
||||
"kU40MluHCZNRiGLox5HZ2RZfBfNldvEK"; // Updated on 30/08/21
|
||||
private static String clientId;
|
||||
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";
|
||||
|
||||
|
|
Loading…
Reference in New Issue