hardcode null

This commit is contained in:
poptong 2023-05-09 00:38:59 +09:00 committed by GitHub
parent a9ca5c49e4
commit 4adda1c8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public final class YoutubeParsingHelper {
* The InnerTube API key which should be used by YouTube's desktop website, used as a fallback
* if the extraction of the real one failed.
*/
private static final String HARDCODED_KEY = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8";
private static final String HARDCODED_KEY = "";
/**
* The hardcoded client version of the Android app used for InnerTube requests with this