Merge pull request #660 from TeamNewPipe/fix/sc/client-id

[SoundCloud] Update HARDCODED_CLIENT_ID
This commit is contained in:
XiangRongLin 2021-06-18 15:48:27 +02:00 committed by GitHub
commit 1510dd5187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 =
"TT9Uj7PkasKPYxBlhLNxg2nFm9cLcKmv"; // Updated on 15/05/21
"PMAVSQ46tClLDGzoNT3kfsNW6lrhXo05"; // Updated on 18/06/21
private static String clientId;
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";