[SoundCloud] Update client id

This commit is contained in:
Mauricio Colli 2020-06-24 01:50:09 -03:00
parent d2f1c0f40d
commit 7505e828cc
No known key found for this signature in database
GPG Key ID: F200BFD6F29DDD85
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import static org.schabi.newpipe.extractor.utils.Utils.isNullOrEmpty;
import static org.schabi.newpipe.extractor.utils.Utils.replaceHttpWithHttps;
public class SoundcloudParsingHelper {
private static final String HARDCODED_CLIENT_ID = "Uz4aPhG7GAl1VYGOnvOPW1wQ0M6xKtA9"; // Updated on 16/03/20
private static final String HARDCODED_CLIENT_ID = "H2c34Q0E7hftqnuDHGsk88DbNqhYpgMm"; // Updated on 24/06/20
private static String clientId;
private SoundcloudParsingHelper() {