Skip to content

Commit

Permalink
Merge pull request #124 from DasCanard/original
Browse files Browse the repository at this point in the history
fix: player params
  • Loading branch information
Walkyst authored Aug 15, 2023
2 parents b7a2dbe + 8291464 commit 167b71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class YoutubeConstants {

static final String CLIENT_SCREEN_EMBED = "EMBED";
static final String CLIENT_THIRD_PARTY_EMBED = "https://google.com";
static final String PLAYER_PARAMS = "8AEB";
static final String PLAYER_PARAMS = "CgIQBg";
static final String SEARCH_PARAMS = "EgIQAUICCAE=";

static final String SEARCH_URL = BASE_URL + "/search?key=" + INNERTUBE_ANDROID_API_KEY;
Expand Down

0 comments on commit 167b71d

Please sign in to comment.