From 7be098b36b8832e3f89adf777b647f272cf92cff Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 20 Feb 2023 22:45:08 +0100 Subject: [PATCH] api-helper: Fix resolve API endpoint path --- scripts/yt-api-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yt-api-helper.sh b/scripts/yt-api-helper.sh index 5e1b8f7..6361975 100755 --- a/scripts/yt-api-helper.sh +++ b/scripts/yt-api-helper.sh @@ -398,7 +398,7 @@ case $endpoint_option in ;; resolve) - endpoint="/youtubei/v1/navigation/resolve_url" + endpoint="youtubei/v1/navigation/resolve_url" if [ $interactive = true ]; then url=$(query_with_error "Enter URL" "URL required")