[SoundCloud] Update client id

This commit is contained in:
TobiGr 2021-08-30 21:54:19 +02:00 committed by Tobi
parent 9570882c73
commit b644f1d67b
1 changed files with 1 additions and 1 deletions

View File

@ -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/";