Skip to content

Commit

Permalink
fix: invalid search request (code 400) (#70)
Browse files Browse the repository at this point in the history
It looks like a new version of the YT backend is starting to roll out to some regions.
  • Loading branch information
JellyBrick authored Feb 18, 2024
1 parent e684e60 commit 727959e
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 727959e

Please sign in to comment.