Skip to content

Commit

Permalink
Use decoded param
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkyst authored Jul 28, 2023
1 parent a1a56b0 commit 7fcee2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 SEARCH_PARAMS = "EgIQAUICCAE%253D";
static final String SEARCH_PARAMS = "EgIQAUICCAE=";

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

0 comments on commit 7fcee2e

Please sign in to comment.