Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengyin committed Dec 6, 2021
1 parent b425394 commit 8f32465
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ private YoutubeParsingHelper() {
public static final String YOUTUBEI_V1_URL = "https://www.youtube.com/youtubei/v1/";

private static final String HARDCODED_CLIENT_VERSION = "2.20210728.00.00";
private static final String HARDCODED_KEY = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8";
private static final String MOBILE_YOUTUBE_KEY = "AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w";
private static final String HARDCODED_KEY = "hello";
private static final String MOBILE_YOUTUBE_KEY = "hello-df2KTyQ_vz_yYM39w";
private static final String MOBILE_YOUTUBE_CLIENT_VERSION = "16.29.38";
private static String clientVersion;
private static String key;

private static final String[] HARDCODED_YOUTUBE_MUSIC_KEY =
{"AIzaSyC9XL3ZjWddXya6X74dJoCTL-WEYFDNX30", "67", "1.20210726.00.01"};
{"hello-WEYFDNX30", "67", "1.20210726.00.01"};
private static String[] youtubeMusicKey;

private static boolean keyAndVersionExtracted = false;
Expand Down

0 comments on commit 8f32465

Please sign in to comment.