Skip to content

Commit

Permalink
fix(v1): invalid search request (code 400) (#71)
Browse files Browse the repository at this point in the history
This commit is a backport of 9695766
  • Loading branch information
JellyBrick authored Feb 21, 2024
1 parent d785140 commit 495ea87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class YoutubeConstants {

static final String INNERTUBE_ANDROID_API_KEY = "AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w";
static final String CLIENT_ANDROID_NAME = "ANDROID";
static final String CLIENT_ANDROID_VERSION = "17.29.34";
static final String CLIENT_ANDROID_VERSION = "18.06.35";

static final String INNERTUBE_WEB_API_KEY = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8";
static final String CLIENT_WEB_NAME = "WEB";
Expand Down

0 comments on commit 495ea87

Please sign in to comment.